From 0fe53dcf527c267de2d162d748f7cf473c292334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:17:41 +0000 Subject: [PATCH] Update Rust crate tar to v0.4.44 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- crates/crates_io_tarball/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6efdab658f3..669ded529e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5054,9 +5054,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tar" -version = "0.4.43" +version = "0.4.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" +checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 29273cc790d..28505206636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ serde = { version = "=1.0.218", features = ["derive"] } serde_json = "=1.0.139" sha2 = "=0.10.8" spdx = "=0.10.8" -tar = "=0.4.43" +tar = "=0.4.44" tempfile = "=3.17.1" thiserror = "=2.0.11" tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 188e9e8ac62..7eaed6b8758 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -14,7 +14,7 @@ flate2 = "=1.0.35" minijinja = "=2.7.0" serde = { version = "=1.0.218", features = ["derive"] } serde_json = "=1.0.139" -tar = "=0.4.43" +tar = "=0.4.44" tempfile = "=3.17.1" toml = "=0.8.20" tracing = "=0.1.41" diff --git a/crates/crates_io_tarball/Cargo.toml b/crates/crates_io_tarball/Cargo.toml index 8570ebcba0d..0b1041a8a3e 100644 --- a/crates/crates_io_tarball/Cargo.toml +++ b/crates/crates_io_tarball/Cargo.toml @@ -15,7 +15,7 @@ cargo-manifest = "=0.19.1" flate2 = { version = "=1.0.35", optional = true } serde = { version = "=1.0.218", features = ["derive"] } serde_json = "=1.0.139" -tar = { version = "=0.4.43", optional = true } +tar = { version = "=0.4.44", optional = true } thiserror = "=2.0.11" tracing = "=0.1.41" tokio = { version = "=1.43.0", features = ["io-util", "macros", "rt-multi-thread"] } @@ -31,6 +31,6 @@ flate2 = { version = "=1.0.35" } indicatif = { version = "=0.17.11", features = ["rayon"] } insta = "=1.42.1" rayon = "=1.10.0" -tar = { version = "=0.4.43" } +tar = { version = "=0.4.44" } tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] } walkdir = "=2.5.0"