diff --git a/Cargo.lock b/Cargo.lock index 3655f2d9..30098ffd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5251,9 +5251,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352" +checksum = "ae9c1ea7b3a5e1f4b922ff856a129881167511563dc219869afe3787fc0c1a45" dependencies = [ "aes", "arbitrary", diff --git a/crates/weaver_cache/Cargo.toml b/crates/weaver_cache/Cargo.toml index f4f90496..415ad75f 100644 --- a/crates/weaver_cache/Cargo.toml +++ b/crates/weaver_cache/Cargo.toml @@ -25,7 +25,7 @@ gix = { version = "0.68.0", default-features = false, features = [ ] } flate2 = "1.0.35" tar = "0.4.43" -zip = "2.2.1" +zip = "2.2.2" thiserror.workspace = true serde.workspace = true