Bump zip from 1.1.2 to 1.1.3

Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.2 to 1.1.3.
- [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.2...v1.1.3)

---
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-01 10:39:42 +00:00 committed by GitHub
parent 072689bcb1
commit 218ca350da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
Cargo.lock generated
View File

@ -1682,7 +1682,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"walkdir",
"zip 1.1.2",
"zip 1.1.3",
]
[[package]]
@ -4724,9 +4724,9 @@ dependencies = [
[[package]]
name = "zip"
version = "1.1.2"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a23468b4a7a4e9e1e62812f8d1dd614f67f148e2b3faa72f4843bf00b573fd7"
checksum = "2e6cb8909b2e8e6733c9ef67d35be1a27105644d362aafb5f8b2ba395727adf6"
dependencies = [
"aes",
"arbitrary",