Skip to content

Commit 5ab17b5

Browse files
Update Rust crate tempfile to v3.10.0 (#8064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c604951 commit 5ab17b5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ serde_json = "=1.0.113"
111111
sha2 = "=0.10.8"
112112
spdx = "=0.10.3"
113113
tar = "=0.4.40"
114-
tempfile = "=3.9.0"
114+
tempfile = "=3.10.0"
115115
thiserror = "=1.0.56"
116116
tokio = { version = "=1.36.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
117117
toml = "=0.8.9"

crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git2 = "=0.18.1"
2424
secrecy = "=0.8.0"
2525
serde = { version = "=1.0.196", features = ["derive"] }
2626
serde_json = "=1.0.113"
27-
tempfile = "=3.9.0"
27+
tempfile = "=3.10.0"
2828
tracing = "=0.1.40"
2929
url = "=2.5.0"
3030

crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ secrecy = "=0.8.0"
1717
semver = { version = "=1.0.21", features = ["serde"] }
1818
serde = { version = "=1.0.196", features = ["derive"] }
1919
serde_json = "=1.0.113"
20-
tempfile = "=3.9.0"
20+
tempfile = "=3.10.0"
2121
thiserror = "=1.0.56"
2222
tokio = { version = "=1.36.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
2323
tracing = "=0.1.40"

0 commit comments

Comments
 (0)