chore(deps): update rust crate zip to v7.2.0

This commit is contained in:
renovate[bot]
2026-01-20 15:20:19 +00:00
committed by GitHub
parent a74f72f390
commit 5a909d877e
Generated
+9 -2
View File
@@ -2952,6 +2952,12 @@ dependencies = [
"rustc-hash",
]
[[package]]
name = "typed-path"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7922f2cdc51280d47b491af9eafc41eb0cdab85eabcb390c854412fcbf26dbe8"
[[package]]
name = "typenum"
version = "1.19.0"
@@ -4883,14 +4889,15 @@ dependencies = [
[[package]]
name = "zip"
version = "7.1.0"
version = "7.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9013f1222db8a6d680f13a7ccdc60a781199cd09c2fa4eff58e728bb181757fc"
checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0"
dependencies = [
"crc32fast",
"flate2",
"indexmap",
"memchr",
"typed-path",
"zopfli",
]