diff --git a/Cargo.lock b/Cargo.lock index f1e6bd93c02..809ec713739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4101,9 +4101,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.38" +version = "0.38.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" +checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" dependencies = [ "bitflags 2.6.0", "errno", @@ -4846,9 +4846,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index e86769fbfca..8d6ab4f8fa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ serde_json = "=1.0.132" sha2 = "=0.10.8" spdx = "=0.10.6" tar = "=0.4.43" -tempfile = "=3.13.0" +tempfile = "=3.14.0" thiserror = "=2.0.0" tokio = { version = "=1.41.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} tokio-postgres = "=0.7.12" diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index a7e1eb99eaf..00853888749 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -15,7 +15,7 @@ minijinja = "=2.4.0" serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" tar = "=0.4.43" -tempfile = "=3.13.0" +tempfile = "=3.14.0" toml = "=0.8.19" tracing = "=0.1.40" zip = { version = "=2.2.0", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index c470e60799c..8b9029dfb1e 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.3" serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" -tempfile = "=3.13.0" +tempfile = "=3.14.0" tracing = "=0.1.40" url = "=2.5.3" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index e5850330021..16c4636f3b4 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -17,7 +17,7 @@ secrecy = "=0.10.3" semver = { version = "=1.0.23", features = ["serde"] } serde = { version = "=1.0.214", features = ["derive"] } serde_json = "=1.0.132" -tempfile = "=3.13.0" +tempfile = "=3.14.0" thiserror = "=2.0.0" tokio = { version = "=1.41.1", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.40"