diff --git a/Cargo.lock b/Cargo.lock index b4cab2c20..89b56122b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6043,9 +6043,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.2.0" +version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" +checksum = "b680f2a0cd479b4cff6e1233c483fdead418106eae419dc60200ae9850f6d004" dependencies = [ "crc32fast", "flate2", diff --git a/nativelink-error/Cargo.toml b/nativelink-error/Cargo.toml index 648af2bf8..69387f67c 100644 --- a/nativelink-error/Cargo.toml +++ b/nativelink-error/Cargo.toml @@ -39,4 +39,4 @@ tonic = { version = "0.13.0", features = [ url = { version = "2.5.7", default-features = false } uuid = { version = "1.16.0", default-features = false, features = ["std"] } walkdir = { version = "2.5.0", default-features = false } -zip = { version = "7.2.0", default-features = false } +zip = { version = "8.0.0", default-features = false } diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index a4170d75a..6fda8a97a 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -157,7 +157,7 @@ tempfile = { version = "3.8.1", default-features = false } tracing-test = { version = "0.2.5", default-features = false, features = [ "no-env-filter", ] } -zip = { version = "7.2.0", default-features = false, features = [ +zip = { version = "8.0.0", default-features = false, features = [ "deflate-flate2-zlib-rs", ] }