Skip to content

Commit 71bd9d3

Browse files
Bump zip from 5.1.1 to 6.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.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@v5.1.1...v6.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e9fa7f commit 71bd9d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -82,7 +82,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
8282
vuln-reach = { git = "https://github.com/phylum-dev/vuln-reach", optional = true }
8383
vulnreach_types = { path = "../vulnreach_types", optional = true }
8484
walkdir = "2.3.2"
85-
zip = { version = "5.0.0", default-features = false, features = ["deflate"] }
85+
zip = { version = "6.0.0", default-features = false, features = ["deflate"] }
8686

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

0 commit comments

Comments
 (0)