diff --git a/Cargo.lock b/Cargo.lock index d185cfdcc14..c4531527ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11771,9 +11771,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[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 bb76b5ffb4b..584e4076e84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -536,7 +536,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.46" tracing = { version = "0.1.0", default-features = false, features = ["attributes"] } tracing-appender = "0.2" url = { version = "2.3", default-features = false }