diff --git a/Cargo.lock b/Cargo.lock index 0b9ccd61..42481736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,9 +896,9 @@ dependencies = [ [[package]] name = "flate2" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" +checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" dependencies = [ "crc32fast", "miniz_oxide 0.8.0", diff --git a/crates/weaver_cache/Cargo.toml b/crates/weaver_cache/Cargo.toml index 026f8d3f..7c401cfa 100644 --- a/crates/weaver_cache/Cargo.toml +++ b/crates/weaver_cache/Cargo.toml @@ -23,7 +23,7 @@ gix = { version = "0.67.0", default-features = false, features = [ "worktree-mutation", "blocking-http-transport-reqwest-rust-tls", ] } -flate2 = "1.0.34" +flate2 = "1.0.35" tar = "0.4.43" zip = "2.2.0"