diff --git a/Cargo.lock b/Cargo.lock index 9e4bcde9b36..1e394b8278a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12036,9 +12036,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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/Cargo.toml b/Cargo.toml index e4b065c7257..e4b840be3c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -566,7 +566,7 @@ strum = { version = "0.27", default-features = false } strum_macros = "0.27" syn = "2.0" thiserror = { version = "2.0.0", default-features = false } -tar = "0.4.44" +tar = "0.4.45" tracing = { version = "0.1.0", default-features = false, features = [ "attributes", ] }