Skip to content

Commit 171f762

Browse files
Update Rust crate tempfile to v3.10.1 (#8198)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a34dc15 commit 171f762

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.

Cargo.toml

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

crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git2 = "=0.18.2"
2323
secrecy = "=0.8.0"
2424
serde = { version = "=1.0.197", features = ["derive"] }
2525
serde_json = "=1.0.114"
26-
tempfile = "=3.10.0"
26+
tempfile = "=3.10.1"
2727
tracing = "=0.1.40"
2828
url = "=2.5.0"
2929

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.22", features = ["serde"] }
1818
serde = { version = "=1.0.197", features = ["derive"] }
1919
serde_json = "=1.0.114"
20-
tempfile = "=3.10.0"
20+
tempfile = "=3.10.1"
2121
thiserror = "=1.0.57"
2222
tokio = { version = "=1.36.0", features = ["fs", "macros", "process", "rt-multi-thread"]}
2323
tracing = "=0.1.40"

0 commit comments

Comments
 (0)