diff --git a/Cargo.lock b/Cargo.lock index 26c4b5ddc..68218be79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8092,9 +8092,9 @@ dependencies = [ [[package]] name = "zip" -version = "2.2.3" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b280484c454e74e5fff658bbf7df8fdbe7a07c6b2de4a53def232c15ef138f3a" +checksum = "84e9a772a54b54236b9b744aaaf8d7be01b4d6e99725523cb82cb32d1c81b1d7" dependencies = [ "arbitrary", "crc32fast", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 559968a2f..fd96eb584 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -70,7 +70,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 = "2.1.0", default-features = false, features = ["deflate"] } +zip = { version = "2.3.0", default-features = false, features = ["deflate"] } [target.'cfg(unix)'.dependencies] birdcage = { version = "0.8.1" }