Skip to content

Commit 94316d7

Browse files
rust/wizer(deps): bump tempfile in /tools/wizer_initializer
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to 3.21.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc1b2de commit 94316d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/wizer_initializer/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/wizer_initializer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ sha2 = "0.10"
2323
tokio = { version = "1.0", features = ["full"] }
2424
chrono = { version = "0.4", features = ["serde"] }
2525
futures-util = "0.3"
26-
tempfile = "3.8"
26+
tempfile = "3.21"
2727
octocrab = { version = "0.32", features = ["stream"] }

0 commit comments

Comments
 (0)