Skip to content

Commit

Permalink
build(deps): bump zip from 0.6.6 to 1.2.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and sylvestre committed May 24, 2024
1 parent 3a89707 commit 816388c
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 14 deletions.
108 changes: 95 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ uuid = { version = "1.7", features = ["v4"] }
walkdir = "2"
# by default which pulls in an outdated failure version
which = { version = "6", default-features = false }
zip = { version = "0.6", default-features = false }
zip = { version = "1.2", default-features = false }
zstd = "0.13"

# dist-server only
Expand Down

0 comments on commit 816388c

Please sign in to comment.