Skip to content

Commit 0287516

Browse files
Update Rust crate tempfile to v3.6.0 (#6581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0b6159 commit 0287516

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 4 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
@@ -82,7 +82,7 @@ serde_json = "=1.0.96"
8282
sha2 = "=0.10.6"
8383
spdx = "=0.10.1"
8484
tar = "=0.4.38"
85-
tempfile = "=3.5.0"
85+
tempfile = "=3.6.0"
8686
thiserror = "=1.0.40"
8787
threadpool = "=1.8.1"
8888
tokio = { version = "=1.28.2", 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.17.2"
2020
secrecy = "=0.8.0"
2121
serde = { version = "=1.0.163", features = ["derive"] }
2222
serde_json = "=1.0.96"
23-
tempfile = "=3.5.0"
23+
tempfile = "=3.6.0"
2424
tracing = "=0.1.37"
2525
url = "=2.4.0"
2626

0 commit comments

Comments
 (0)