diff --git a/Cargo.lock b/Cargo.lock index d26dee9cb..d4b913216 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5357,9 +5357,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 40afe75e7..702292c1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -259,7 +259,7 @@ smallvec = "1.6" smoltcp = { version = "0.12.0", default-features = false } socket2 = { version = "0.6.1", features = ["all"] } syn = { version = "2", default-features = false } -tar = "0.4.40" +tar = "0.4.46" target-lexicon = { version = "0.13.3", default-features = false } tempfile = "3.6.0" terminal_size = "0.4.3"