diff --git a/Cargo.lock b/Cargo.lock index 4fb2d0161..1db33bfc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8350,9 +8350,9 @@ dependencies = [ [[package]] name = "zip" -version = "5.1.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" +checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" dependencies = [ "arbitrary", "crc32fast", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b6c414dd7..14768953d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -82,7 +82,7 @@ uuid = { version = "1.4.1", features = ["v4"] } vuln-reach = { git = "https://github.com/phylum-dev/vuln-reach", optional = true } vulnreach_types = { path = "../vulnreach_types", optional = true } walkdir = "2.3.2" -zip = { version = "5.0.0", default-features = false, features = ["deflate"] } +zip = { version = "6.0.0", default-features = false, features = ["deflate"] } [target.'cfg(unix)'.dependencies] birdcage = { version = "0.8.1" }