From 7a22a6a4687a174af17311c2fe00849309585ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 00:20:32 +0000 Subject: [PATCH] Bump zip from 2.2.3 to 2.3.0 Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }