diff --git a/Cargo.lock b/Cargo.lock index 5701c89..8bc192a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,9 +1171,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.43" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 3a1951f..c8594ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rustix = { version = "0.38.40", features = ["process", "thread", "mount", "fs", serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.8" -tar = "0.4.43" +tar = "0.4.45" tempfile = "3.14.0" ureq = { version = "2.10.1", default-features = false, features = ["tls", "native-certs", "gzip", "json"] } which = "7.0.0"