Skip to content

Commit f5c5e57

Browse files
Update Rust crate tempfile to v3.8.1 (#7368)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 17d608e commit f5c5e57

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -86,7 +86,7 @@ serde_json = "=1.0.107"
8686
sha2 = "=0.10.8"
8787
spdx = "=0.10.2"
8888
tar = "=0.4.40"
89-
tempfile = "=3.8.0"
89+
tempfile = "=3.8.1"
9090
thiserror = "=1.0.50"
9191
threadpool = "=1.8.1"
9292
tokio = { version = "=1.33.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}

crates_io_index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ git2 = "=0.18.1"
2020
secrecy = "=0.8.0"
2121
serde = { version = "=1.0.190", features = ["derive"] }
2222
serde_json = "=1.0.107"
23-
tempfile = "=3.8.0"
23+
tempfile = "=3.8.1"
2424
tracing = "=0.1.40"
2525
url = "=2.4.1"
2626

crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ secrecy = "=0.8.0"
1414
semver = { version = "=1.0.20", features = ["serde"] }
1515
serde = { version = "=1.0.190", features = ["derive"] }
1616
serde_json = "=1.0.107"
17-
tempfile = "=3.8.0"
17+
tempfile = "=3.8.1"
1818
thiserror = "=1.0.50"
1919
tracing = "=0.1.40"
2020
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }

0 commit comments

Comments
 (0)