diff --git a/Cargo.lock b/Cargo.lock index 4050e39e283..593aaddd65f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4743,9 +4743,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index d327a8aefd3..555524af4fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ serde_json = "=1.0.128" sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.42" -tempfile = "=3.12.0" +tempfile = "=3.13.0" thiserror = "=1.0.64" tokio = { version = "=1.40.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index cf555861d39..3b892bede1f 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -23,7 +23,7 @@ git2 = "=0.19.0" secrecy = "=0.10.2" serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" -tempfile = "=3.12.0" +tempfile = "=3.13.0" tracing = "=0.1.40" url = "=2.5.2" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 2dad1e5947d..670b28ccd41 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -17,7 +17,7 @@ secrecy = "=0.10.2" semver = { version = "=1.0.23", features = ["serde"] } serde = { version = "=1.0.210", features = ["derive"] } serde_json = "=1.0.128" -tempfile = "=3.12.0" +tempfile = "=3.13.0" thiserror = "=1.0.64" tokio = { version = "=1.40.0", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.40"