Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 77f03cf

Browse files
chore(deps): bump tempfile from 3.20.0 to 3.21.0 (#445)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.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.21.0</h2> <ul> <li>Updated <code>windows-sys</code> requirement to allow version 0.60.x</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Stebalien/tempfile/commit/48bff5f54c71a880ea7a9efb19e48be7b2eeb3d9"><code>48bff5f</code></a> test(tempdir): configure tempdir on wasi</li> <li><a href="https://github.com/Stebalien/tempfile/commit/704a1d27520735e8922c58e84cd193365ceaedaf"><code>704a1d2</code></a> test(tempdir): cleanup tempdir tests and run more tests on wasi</li> <li><a href="https://github.com/Stebalien/tempfile/commit/a0dc80d3e38202e71ce2f304472703abf6d5aa0b"><code>a0dc80d</code></a> Add Android CI target (<a href="https://redirect.github.com/Stebalien/tempfile/issues/367">#367</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/4ad1ae6d82608b8e34100f1e215cfbc26aef91db"><code>4ad1ae6</code></a> chore(release): release 3.21.0</li> <li><a href="https://github.com/Stebalien/tempfile/commit/3849eddaa82cd9a5b0f26b2bd653da0e358a4400"><code>3849edd</code></a> build(deps): bump actions/checkout from 4 to 5 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/368">#368</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/0657fdf24925287e6d5544d9e321a48d7ceaafdc"><code>0657fdf</code></a> build(deps): update windows-sys requirement &lt;0.61 (<a href="https://redirect.github.com/Stebalien/tempfile/issues/360">#360</a>)</li> <li><a href="https://github.com/Stebalien/tempfile/commit/69b95c7ac7a19957c375e012cd4648615d1fd487"><code>69b95c7</code></a> ci: fix was tests in CI (<a href="https://redirect.github.com/Stebalien/tempfile/issues/361">#361</a>)</li> <li>See full diff in <a href="https://github.com/Stebalien/tempfile/compare/v3.20.0...v3.21.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.20.0&new-version=3.21.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99b8940 commit 77f03cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,15 +2156,15 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
21562156

21572157
[[package]]
21582158
name = "tempfile"
2159-
version = "3.20.0"
2159+
version = "3.21.0"
21602160
source = "registry+https://github.com/rust-lang/crates.io-index"
2161-
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2161+
checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e"
21622162
dependencies = [
21632163
"fastrand",
21642164
"getrandom 0.3.3",
21652165
"once_cell",
21662166
"rustix",
2167-
"windows-sys 0.59.0",
2167+
"windows-sys 0.60.2",
21682168
]
21692169

21702170
[[package]]

dataplane/api-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ tracing = { workspace = true }
3030
tonic-build = { workspace = true }
3131

3232
[dev-dependencies]
33-
tempfile = "3.20.0"
33+
tempfile = "3.21.0"
3434
rcgen = "0.14.3"

0 commit comments

Comments
 (0)