diff --git a/Cargo.lock b/Cargo.lock index ee4de0221..0882e48ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3393,9 +3393,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index eb9a75998..1701f3d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ serde_json = ">=1.0, <1.0.147" # zmij (used in 1.0.147+) requires Rust 1.84+ sha2 = { version = "0.10.8", optional = true } shlex = "1.3.0" strip-ansi-escapes = "0.2" -tar = "0.4.40" +tar = "0.4.46" tempfile = "3" tokio = { version = "1", features = [ "rt-multi-thread",