diff --git a/Cargo.lock b/Cargo.lock index aa6bf53d..93c5aead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,9 +2427,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/isopy-lib/Cargo.toml b/isopy-lib/Cargo.toml index d62132ba..0ff7795b 100644 --- a/isopy-lib/Cargo.toml +++ b/isopy-lib/Cargo.toml @@ -25,7 +25,7 @@ reqwest.workspace = true sha2 = "0.11.0" strum.workspace = true strum_macros.workspace = true -tar = "0.4.45" +tar = "0.4.46" tokio = { workspace = true, features = ["fs", "rt"] } url.workspace = true zip = { version = "0.6.6", default-features = false, features = ["deflate"] }