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]