Skip to content

Commit

Permalink
build(deps): Bump tempfile from 3.7.1 to 3.8.0 (#81)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.7.1 to 3.8.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's changelog</a>.</em></p>
<blockquote>
<h2>3.8.0</h2>
<ul>
<li>Added <code>with_prefix</code> and <code>with_prefix_in</code> to <code>TempDir</code> and <code>NamedTempFile</code> to make it easier to create temporary files/directories with nice prefixes.</li>
<li>Misc cleanups.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Stebalien/tempfile/commit/ded4c252839832521c8083884379f01eb9935dd6"><code>ded4c25</code></a> chore: release 3.8.0</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/32ef2ace00b7e8a97db486a6189685a7b43c5caa"><code>32ef2ac</code></a> chore: more test cleanups (<a href="https://redirect.github.com/Stebalien/tempfile/issues/253">#253</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/b4a2f646b473da0906a657bfa825d43ed1f19d39"><code>b4a2f64</code></a> feat: add convenience methods for creating temp files with prefixes (<a href="https://redirect.github.com/Stebalien/tempfile/issues/250">#250</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/f994e9f5d99e4a7985161a70028209cf3638bb7b"><code>f994e9f</code></a> chore: cleanup tempdir tests (<a href="https://redirect.github.com/Stebalien/tempfile/issues/252">#252</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/8b3703c19c7b69ed86ad595cdaf7a5b86eea8450"><code>8b3703c</code></a> chore: clippy fixes (<a href="https://redirect.github.com/Stebalien/tempfile/issues/251">#251</a>)</li>
<li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.7.1...v3.8.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tempfile&package-manager=cargo&previous-version=3.7.1&new-version=3.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] committed Aug 29, 2023
1 parent e0dde4f commit 0aa7eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/kafka-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = { workspace = true }
async-std = { workspace = true }
serde = { workspace = true }

tempfile = { version = "3.6", default-features = false, features = [] }
tempfile = { version = "3.8", default-features = false, features = [] }

rdkafka-sys = { version = "4.5.0+1.9.2" }
rdkafka = { version ="0.33.0", features = ["libz-static", "tokio"], default-features = false }
Expand Down

0 comments on commit 0aa7eb0

Please sign in to comment.