diff --git a/Cargo.lock b/Cargo.lock index 185e3d5..34dbccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2470,9 +2470,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.2.0" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" +checksum = "6e499faf5c6b97a0d086f4a8733de6d47aee2252b8127962439d8d4311a73f72" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5f1cbe3..c5cb3bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ dirs = "6.0" anyhow = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -zip = { version = "7.0", default-features = false, features = ["deflate"] } +zip = { version = "8.0", default-features = false, features = ["deflate"] } serde_json = "1.0.140" sha2 = "0.10.9" walkdir = "2"