From af7c41fbfc9c8b8a729a21455805862cddb06b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:32:08 +0000 Subject: [PATCH] Bump tar from 0.4.44 to 0.4.45 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 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 51402eaa..e52b95c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5451,9 +5451,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index e8ffbb26..f75d0d59 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.30", default-features = false } +tar = { version = "0.4.45", 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 bc6f42dc..75163bc8 100644 --- a/xcresult/Cargo.toml +++ b/xcresult/Cargo.toml @@ -30,7 +30,7 @@ uuid = { version = "1.10.0", features = ["v5"] } context = { path = "../context", features = ["bindings"] } flate2 = "1.0.34" pretty_assertions = "0.6" -tar = "0.4.42" +tar = "0.4.45" temp_testdir = "0.2.3" [build-dependencies]