Skip to content

Commit 474beb7

Browse files
build(deps): bump tempfile from 3.16.0 to 3.17.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.16.0 to 3.17.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.16.0...v3.17.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f525d13 commit 474beb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde = { version = "^1.0.194", features = ["derive"] }
2727
serde_json = "1.0.68"
2828
serde_yaml = "0.9.30"
2929
rand = "0.8.4"
30-
tempfile = "3.16.0"
30+
tempfile = "3.17.0"
3131
tokio-util = { version = "0.7", features = [ "io" ] }
3232
tracing-subscriber = { version = "0.3.9", features = ["env-filter", "json"] }
3333
tracing = "0.1.31"

0 commit comments

Comments
 (0)