Skip to content

Commit 6b927b4

Browse files
Bump zip from 2.6.1 to 3.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd89819 commit 6b927b4

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

Cargo.lock

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
7979
vuln-reach = { git = "https://github.com/phylum-dev/vuln-reach", optional = true }
8080
vulnreach_types = { path = "../vulnreach_types", optional = true }
8181
walkdir = "2.3.2"
82-
zip = { version = "2.3.0", default-features = false, features = ["deflate"] }
82+
zip = { version = "3.0.0", default-features = false, features = ["deflate"] }
8383

8484
[target.'cfg(unix)'.dependencies]
8585
birdcage = { version = "0.8.1" }

0 commit comments

Comments
 (0)