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]