Bump zip from 2.1.0 to 2.1.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-29 10:19:04 +00:00 committed by GitHub
parent e2148a874a
commit bbacf3775c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -1967,7 +1967,7 @@ dependencies = [
"tracing-subscriber",
"ureq",
"walkdir",
"zip 2.1.0",
"zip 2.1.1",
]
[[package]]
@ -5783,9 +5783,9 @@ dependencies = [
[[package]]
name = "zip"
version = "2.1.0"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2568cd0f20e86cd9a7349fe05178f7bd22f22724678448ae5a9bac266df2689"
checksum = "1dd56a4d5921bc2f99947ac5b3abe5f510b1be7376fdc5e9fce4a23c6a93e87c"
dependencies = [
"aes",
"arbitrary",