Merge pull request #59 from shibedrill/dependabot/cargo/zip-4.2.0

Bump zip from 4.0.0 to 4.2.0
This commit is contained in:
August 2025-07-04 11:42:15 -04:00 committed by GitHub
commit af4d5c9177
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"] }