Skip to content

Commit 77e0fa5

Browse files
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](zip-rs/zip2@v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a63500a commit 77e0fa5

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
@@ -70,7 +70,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
7070
vuln-reach = { git = "https://github.com/phylum-dev/vuln-reach", optional = true }
7171
vulnreach_types = { path = "../vulnreach_types", optional = true }
7272
walkdir = "2.3.2"
73-
zip = { version = "2.1.0", default-features = false, features = ["deflate"] }
73+
zip = { version = "2.3.0", default-features = false, features = ["deflate"] }
7474

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

0 commit comments

Comments
 (0)