chore(deps): bump zip from 7.4.0 to 8.0.0 (#1837)

This commit is contained in:
houseme
2026-02-15 17:40:22 +08:00
committed by GitHub
parent f4028a4641
commit c7f1a18cc5
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -4893,9 +4893,9 @@ dependencies = [
[[package]]
name = "lzma-rust2"
version = "0.15.7"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69"
checksum = "d673a11333485e7d8b93d62a9a5b07b22daf5e8a8655a44c1bb18aa4bf3d1524"
dependencies = [
"crc",
"sha2 0.10.9",
@@ -10454,9 +10454,9 @@ dependencies = [
[[package]]
name = "zip"
version = "7.4.0"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980"
checksum = "79b32dd4ad3aca14ae109f8cce0495ac1c57f6f4f00ad459a40e582f89440d97"
dependencies = [
"aes 0.8.4",
"bzip2",
+1 -1
View File
@@ -263,7 +263,7 @@ walkdir = "2.5.0"
wildmatch = { version = "2.6.1", features = ["serde"] }
windows = { version = "0.62.2" }
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
zip = "7.4.0"
zip = "8.0.0"
zstd = "0.13.3"
# Observability and Metrics