From 8032cb77dc4af5670a60b2bb4062a5c551fe4480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:52:56 +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 ++-- test_utils/Cargo.toml | 2 +- xcresult/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a121009..26468453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5501,9 +5501,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/test_utils/Cargo.toml b/test_utils/Cargo.toml index f75d0d59..92a77ab5 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -10,7 +10,7 @@ axum = { version = "0.7.5", features = ["macros"] } git2 = "0.20.4" proto = { version = "0.0.0", path = "../proto" } sentry = "=0.36.0" -tar = { version = "0.4.45", default-features = false } +tar = { version = "0.4.46", default-features = false } tempfile = "3.2.0" flate2 = "1.0.34" tokio = { version = "*", default-features = false, features = [ diff --git a/xcresult/Cargo.toml b/xcresult/Cargo.toml index 2cf90e27..28d7213f 100644 --- a/xcresult/Cargo.toml +++ b/xcresult/Cargo.toml @@ -31,7 +31,7 @@ context = { path = "../context", features = ["bindings"] } flate2 = "1.0.34" pretty_assertions = "0.6" rstest = "0.26.1" -tar = "0.4.45" +tar = "0.4.46" temp_testdir = "0.2.3" [build-dependencies]