diff --git a/Cargo.lock b/Cargo.lock index 0a036fe..8039694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,9 +480,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 8740e02..a246bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ pico-args = { version = "0.5.0", features = ["eq-separator"] } rc-zip-sync = { version = "4.4.2", default-features = false, features = ["deflate", "deflate64"] } sha2 = "0.11.0" sha3 = "0.11.0" -tar = "0.4.45" +tar = "0.4.46" [profile.dev] panic = "abort"