Bump zip from 4.0.0 to 4.2.0

Bumps [zip](https://github.com/zip-rs/zip2) from 4.0.0 to 4.2.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/v4.0.0...v4.2.0)

---
updated-dependencies:
- dependency-name: zip
  dependency-version: 4.2.0
  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] 2025-07-04 15:42:09 +00:00 committed by GitHub
parent 7b71980017
commit 466591c167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3623,9 +3623,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.0.0"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
checksum = "95ab361742de920c5535880f89bbd611ee62002bf11341d16a5f057bb8ba6899"
dependencies = [
"aes",
"arbitrary",

View File

@ -27,6 +27,6 @@ reqwest = { version = "0.12.15", features = ["json"] }
octocrab = "0.44.1"
tempfile = "3.19.1"
self-replace = "1.5.0"
zip = "4.0.0"
zip = "4.2.0"
nix = { version = "0.29.0", features = ["process"] }
minreq = { version = "2.14.0", features = ["https"] }