From 4ba50be375120e74ee048c39204b9742da73f0c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 22:13:06 +0000 Subject: [PATCH] Update Rust crate tempfile to v3.17.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- crates/crates_io_index/Cargo.toml | 2 +- crates/crates_io_smoke_test/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5db3dc14d57..c43a01839f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5049,9 +5049,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 48f591c33ea..05fbf83878a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ serde_json = "=1.0.138" sha2 = "=0.10.8" spdx = "=0.10.8" tar = "=0.4.43" -tempfile = "=3.16.0" +tempfile = "=3.17.0" thiserror = "=2.0.11" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } tokio = { version = "=1.43.0", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]} diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 71b712db202..b3cede4a88b 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -15,7 +15,7 @@ minijinja = "=2.7.0" serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.138" tar = "=0.4.43" -tempfile = "=3.16.0" +tempfile = "=3.17.0" toml = "=0.8.20" tracing = "=0.1.41" zip = { version = "=2.2.2", default-features = false, features = ["deflate"] } diff --git a/crates/crates_io_index/Cargo.toml b/crates/crates_io_index/Cargo.toml index 2a2a7ed639d..760915528a5 100644 --- a/crates/crates_io_index/Cargo.toml +++ b/crates/crates_io_index/Cargo.toml @@ -23,7 +23,7 @@ git2 = "=0.20.0" secrecy = "=0.10.3" serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.138" -tempfile = "=3.16.0" +tempfile = "=3.17.0" tracing = "=0.1.41" url = "=2.5.4" diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index b924674aadb..32f0e6e03eb 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -18,7 +18,7 @@ secrecy = "=0.10.3" semver = { version = "=1.0.25", features = ["serde"] } serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.138" -tempfile = "=3.16.0" +tempfile = "=3.17.0" thiserror = "=2.0.11" tokio = { version = "=1.43.0", features = ["fs", "macros", "process", "rt-multi-thread"]} tracing = "=0.1.41"