Skip to content

Commit 816388c

Browse files
dependabot[bot]sylvestre
authored andcommitted
build(deps): bump zip from 0.6.6 to 1.2.0
Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 1.2.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/commits/v1.2.0) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a89707 commit 816388c

File tree

2 files changed

+96
-14
lines changed

2 files changed

+96
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ uuid = { version = "1.7", features = ["v4"] }
102102
walkdir = "2"
103103
# by default which pulls in an outdated failure version
104104
which = { version = "6", default-features = false }
105-
zip = { version = "0.6", default-features = false }
105+
zip = { version = "1.2", default-features = false }
106106
zstd = "0.13"
107107

108108
# dist-server only

0 commit comments

Comments
 (0)