Bump zip from 1.2.3 to 1.3.0

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

---
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-20 11:01:30 +00:00 committed by GitHub
parent c712882b52
commit 79f9594cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1977,7 +1977,7 @@ dependencies = [
"tracing-subscriber",
"ureq",
"walkdir",
"zip 1.2.3",
"zip 1.3.0",
]
[[package]]
@ -5803,9 +5803,9 @@ dependencies = [
[[package]]
name = "zip"
version = "1.2.3"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c700ea425e148de30c29c580c1f9508b93ca57ad31c9f4e96b83c194c37a7a8f"
checksum = "f1f4a27345eb6f7aa7bd015ba7eb4175fa4e1b462a29874b779e0bbcf96c6ac7"
dependencies = [
"aes",
"arbitrary",

View File

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