Skip to content

Commit 44b4431

Browse files
rust/checksum(deps): bump tempfile in /tools/checksum_updater (#113)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.21.0 to 3.22.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.21.0...v3.22.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84c1df9 commit 44b4431

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/checksum_updater/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/checksum_updater/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ regex = "1.0"
2525
futures = "0.3"
2626
tracing = "0.1"
2727
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
28-
tempfile = "3.0"
28+
tempfile = "3.22"
2929
async-trait = "0.1"
3030
wit-bindgen = "0.46.0" # WIT binding generation for macro usage
3131
uuid = { version = "1.0", default-features = false } # UUID generation for user service (deterministic, no getrandom dependency)

0 commit comments

Comments
 (0)