Skip to content

Commit

Permalink
chore(deps): Bump tempfile from 3.5.0 to 3.6.0 (#17617)
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://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://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://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://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://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://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://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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2023
1 parent b400acc commit c55c9ec
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 23 deletions.
42 changes: 22 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ similar-asserts = "1.4.2"
proptest = "1.2"
quickcheck = "1.0.3"
reqwest = { version = "0.11", features = ["json"] }
tempfile = "3.5.0"
tempfile = "3.6.0"
test-generator = "0.3.1"
tokio-test = "0.4.2"
tokio = { version = "1.28.2", features = ["test-util"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/file-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ features = ["full"]
[dev-dependencies]
criterion = "0.5"
quickcheck = "1"
tempfile = "3.5.0"
tempfile = "3.6.0"
similar-asserts = "1.4.2"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.96"
serde_yaml = "0.9.21"
sha2 = "0.10.6"
tempfile = "3.5.0"
tempfile = "3.6.0"
toml = { version = "0.7.4", default-features = false, features = ["parse"] }

0 comments on commit c55c9ec

Please sign in to comment.