Skip to content

Commit 075b7af

Browse files
Update Rust crate tempfile to v3.21.0
1 parent 04d772c commit 075b7af

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 3 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
@@ -123,7 +123,7 @@ serde_json = "=1.0.142"
123123
sha2 = "=0.10.9"
124124
spdx = "=0.10.9"
125125
tar = "=0.4.44"
126-
tempfile = "=3.20.0"
126+
tempfile = "=3.21.0"
127127
thiserror = "=2.0.12"
128128
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
129129
tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ minijinja = "=2.11.0"
1515
serde = { version = "=1.0.219", features = ["derive"] }
1616
serde_json = "=1.0.142"
1717
tar = "=0.4.44"
18-
tempfile = "=3.20.0"
18+
tempfile = "=3.21.0"
1919
toml = "=0.9.5"
2020
tracing = "=0.1.41"
2121
zip = { version = "=4.3.0", default-features = false, features = ["deflate"] }

crates/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.20.2"
2323
secrecy = "=0.10.3"
2424
serde = { version = "=1.0.219", features = ["derive"] }
2525
serde_json = "=1.0.142"
26-
tempfile = "=3.20.0"
26+
tempfile = "=3.21.0"
2727
tracing = "=0.1.41"
2828
url = "=2.5.4"
2929

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ secrecy = "=0.10.3"
1818
semver = { version = "=1.0.26", features = ["serde"] }
1919
serde = { version = "=1.0.219", features = ["derive"] }
2020
serde_json = "=1.0.142"
21-
tempfile = "=3.20.0"
21+
tempfile = "=3.21.0"
2222
thiserror = "=2.0.12"
2323
tokio = { version = "=1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"

0 commit comments

Comments
 (0)