diff --git a/Cargo.lock b/Cargo.lock index e4a2a74..c1122c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2542,9 +2542,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/Cargo.toml b/Cargo.toml index 9b9db0f..3c32ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tempfile = "=3.26.0" regex = "=1.12.3" once_cell = "=1.21.3" qbsdiff = "=1.4.4" -tar = "=0.4.45" +tar = "=0.4.46" flate2 = "=1.1.9" fs2 = "=0.4.3" wiremock = "=0.6.5"