From f5e0c36b7214af701e563ece17be81ca6dcee287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:31:34 +0000 Subject: [PATCH] Bump tar from 0.4.45 to 0.4.46 Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/tools/build-manifest/Cargo.toml | 2 +- src/tools/opt-dist/Cargo.toml | 2 +- src/tools/rust-installer/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b409832c7063a..eb57617cc6c72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5452,9 +5452,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/src/tools/build-manifest/Cargo.toml b/src/tools/build-manifest/Cargo.toml index 0b766a3e557c5..2396da5a1392d 100644 --- a/src/tools/build-manifest/Cargo.toml +++ b/src/tools/build-manifest/Cargo.toml @@ -10,7 +10,7 @@ serde_json = "1.0" anyhow = "1.0.32" flate2 = { version = "1.1.9", default-features = false, features = ["zlib-rs"] } xz2 = "0.1.7" -tar = "0.4.45" +tar = "0.4.46" sha2 = "0.10.1" rayon = "1.5.1" hex = "0.4.2" diff --git a/src/tools/opt-dist/Cargo.toml b/src/tools/opt-dist/Cargo.toml index d80e6caac0885..266d04c8cb69a 100644 --- a/src/tools/opt-dist/Cargo.toml +++ b/src/tools/opt-dist/Cargo.toml @@ -13,7 +13,7 @@ humansize = "2" sysinfo = { version = "0.39.0", default-features = false, features = ["disk"] } fs_extra = "1" camino = "1" -tar = "0.4.45" +tar = "0.4.46" xz = { version = "0.1", package = "xz2" } serde_json = "1" glob = "0.3" diff --git a/src/tools/rust-installer/Cargo.toml b/src/tools/rust-installer/Cargo.toml index 0cb9fa76b2f9e..8decec607bea1 100644 --- a/src/tools/rust-installer/Cargo.toml +++ b/src/tools/rust-installer/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" anyhow = "1.0.19" flate2 = { version = "1.1.9", default-features = false, features = ["zlib-rs"] } rayon = "1.0" -tar = "0.4.45" +tar = "0.4.46" walkdir = "2" xz2 = "0.1.4"