chore(deps): bump zip from 5.1.1 to 6.0.0 (#53)

Bumps [zip](https://github.com/zip-rs/zip2) from 5.1.1 to 6.0.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/v5.1.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-14 15:37:24 +02:00
committed by GitHub
parent bfaa799fb3
commit aaa3448e48
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -2821,9 +2821,9 @@ dependencies = [
[[package]]
name = "zip"
version = "5.1.1"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532"
checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b"
dependencies = [
"aes",
"arbitrary",
+1 -1
View File
@@ -66,7 +66,7 @@ clap_mangen = "0.2"
[target.'cfg(windows)'.build-dependencies]
http_req = "0.14"
zip = "5.1"
zip = "6.0"
windows = { version = "0.61", features = [
"Win32_Foundation",
"Win32_NetworkManagement_IpHelper",