diff --git a/Cargo.lock b/Cargo.lock index dd9651e6..eddf149a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -799,9 +799,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.32" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666" +checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/crates/weaver_cache/Cargo.toml b/crates/weaver_cache/Cargo.toml index 35e94483..5db70e83 100644 --- a/crates/weaver_cache/Cargo.toml +++ b/crates/weaver_cache/Cargo.toml @@ -23,7 +23,7 @@ gix = { version = "0.66.0", default-features = false, features = [ "worktree-mutation", "blocking-http-transport-reqwest-rust-tls", ] } -flate2 = "1.0.32" +flate2 = "1.0.33" tar = "0.4.41" zip = "2.2.0"