Merge pull request #2511 from hannobraun/dependabot/cargo/zip-2.4.1

Bump zip from 2.2.1 to 2.4.1
This commit is contained in:
Hanno Braun 2025-03-18 11:20:40 +01:00 committed by GitHub
commit 22a9c5506f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -5001,9 +5001,9 @@ dependencies = [
[[package]]
name = "zip"
version = "2.2.1"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352"
checksum = "938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd"
dependencies = [
"arbitrary",
"crc32fast",