Skip to content

Commit 4a0848c

Browse files
Bump zip from 4.6.0 to 5.0.0
Bumps [zip](https://github.com/zip-rs/zip2) from 4.6.0 to 5.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@v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: zip dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 718457f commit 4a0848c

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
@@ -80,7 +80,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
8080
vuln-reach = { git = "https://github.com/phylum-dev/vuln-reach", optional = true }
8181
vulnreach_types = { path = "../vulnreach_types", optional = true }
8282
walkdir = "2.3.2"
83-
zip = { version = "4.0.0", default-features = false, features = ["deflate"] }
83+
zip = { version = "5.0.0", default-features = false, features = ["deflate"] }
8484

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

0 commit comments

Comments
 (0)