Bump zip from 1.3.1 to 2.1.0

Bumps [zip](https://github.com/zip-rs/zip2) from 1.3.1 to 2.1.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/compare/v1.3.1...v2.1.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-27 11:02:08 +00:00 committed by GitHub
parent 48f135cb7c
commit dbe9895cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -1967,7 +1967,7 @@ dependencies = [
"tracing-subscriber",
"ureq",
"walkdir",
"zip 1.3.1",
"zip 2.1.0",
]
[[package]]
@ -5783,9 +5783,9 @@ dependencies = [
[[package]]
name = "zip"
version = "1.3.1"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b7a5a9285bd4ee13bdeb3f8a4917eb46557e53f270c783849db8bef37b0ad00"
checksum = "e2568cd0f20e86cd9a7349fe05178f7bd22f22724678448ae5a9bac266df2689"
dependencies = [
"aes",
"arbitrary",
@ -5799,6 +5799,7 @@ dependencies = [
"hmac",
"indexmap 2.2.6",
"lzma-rs",
"memchr",
"pbkdf2",
"rand",
"sha1",

View File

@ -177,7 +177,7 @@ version = "0.3.18"
features = [ "fmt" ]
[dependencies.zip]
version = "^1.3"
version = "^2.1"
[dependencies.crossterm]
version = "0.27.0"