Skip to content

Commit

Permalink
build(deps): Bump tempfile from 3.5.0 to 3.6.0 (#54)
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.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.6.0</h2>
<ul>
<li>Update windows-sys to 0.48.</li>
<li>Update rustix min version to 0.37.11</li>
<li>Forward some <code>NamedTempFile</code> and <code>SpooledTempFile</code> methods to the underlying <code>File</code> object for
better performance (especially vectorized writes, etc.).</li>
<li>Implement <code>AsFd</code> and <code>AsHandle</code>.</li>
<li>Misc documentation fixes and code cleanups.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Stebalien/tempfile/commit/86b313648f22f63e9e1ac5c0051f9c91dfc2a119"><code>86b3136</code></a> chore: release 3.6.0</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/a2b45b3363ddf31efcd4920462d6ec3e0ef9a909"><code>a2b45b3</code></a> fix(docs): Change <code>dir</code> and <code>file</code> variable names to match existing comments ...</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/f474e6a98077e90bf3fc4c35bc2ffb6f6b1ae506"><code>f474e6a</code></a> Remove comment on SetFileInformationByHandle (<a href="https://redirect.github.com/Stebalien/tempfile/issues/236">#236</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/141c773eb71e110a54168f88880a0d80183e3163"><code>141c773</code></a> feat: implement default methods for SpooledTempFile Read/Write (<a href="https://redirect.github.com/Stebalien/tempfile/issues/232">#232</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/3590dbfa5eeebdb0b511862770a3715f35deb527"><code>3590dbf</code></a> chore: modern rust (<a href="https://redirect.github.com/Stebalien/tempfile/issues/231">#231</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/c76b783c47c8ef780c8533ad7aec1a60b75af96c"><code>c76b783</code></a> feat: implement AsFd/AsHandle to mirror the AsRaw* variants (<a href="https://redirect.github.com/Stebalien/tempfile/issues/230">#230</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/ae4f4c81859e143ad7dc49274b4bf7d6b2437afc"><code>ae4f4c8</code></a> chore: bump rustix min version to 0.37.11 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/229">#229</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/94883627f9d8f0dc3d74df6c2423dad37b712fd3"><code>9488362</code></a> Forward default NamedTempFile methods (<a href="https://redirect.github.com/Stebalien/tempfile/issues/226">#226</a>)</li>
<li><a href="https://github.com/Stebalien/tempfile/commit/c41ee486d96ae6b368dab50d6ab45baa575acdae"><code>c41ee48</code></a> build(deps): update windows-sys requirement from 0.45 to 0.48 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/227">#227</a>)</li>
<li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.5.0...v3.6.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.5.0&new-version=3.6.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 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 Jun 10, 2023
1 parent f500b85 commit 01c5d5f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 93 deletions.
119 changes: 27 additions & 92 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 @@ -13,7 +13,7 @@ futures = { workspace = true }
anyhow = { workspace = true }
async-std = { workspace = true }
serde = { workspace = true }
tempfile = { version = "3.3", default-features = false, features = [] }
tempfile = { version = "3.6", default-features = false, features = [] }

rdkafka-sys = { version = "=4.4.0+1.6.1" }
rdkafka = { version ="0.31", features = ["libz-static", "tokio"], default-features = false }
Expand Down

0 comments on commit 01c5d5f

Please sign in to comment.