Bump zip from 1.1.4 to 1.2.1

Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.4 to 1.2.1.
- [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.1.4...v1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-07 10:51:47 +00:00 committed by GitHub
parent ef99559ce4
commit 43ce372e60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

8
Cargo.lock generated
View File

@ -1693,7 +1693,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"walkdir",
"zip 1.1.4",
"zip 1.2.1",
]
[[package]]
@ -4785,9 +4785,9 @@ dependencies = [
[[package]]
name = "zip"
version = "1.1.4"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
checksum = "006d078b7b6fc587bb25e022ad39e7086f44e5c4fef6076964ea601533241beb"
dependencies = [
"aes",
"arbitrary",
@ -4803,9 +4803,11 @@ dependencies = [
"lzma-rs",
"num_enum",
"pbkdf2",
"rand",
"sha1",
"thiserror",
"time",
"zeroize",
"zopfli",
"zstd",
]

View File

@ -165,7 +165,7 @@ version = "0.3.18"
features = [ "fmt" ]
[dependencies.zip]
version = "^1.1"
version = "^1.2"
[dependencies.crossterm]
version = "0.27.0"