chore(deps): update rust crate zip to v8 (#6314)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-02-15 11:34:31 +08:00 committed by GitHub
parent 1927b5f957
commit cd4ff68b5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -1178,7 +1178,7 @@ dependencies = [
"warp",
"windows 0.62.2",
"winreg 0.55.0",
"zip 7.4.0",
"zip 8.0.0",
]
[[package]]
@ -4095,9 +4095,9 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
[[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",
@ -10318,9 +10318,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",
"bzip2",

View File

@ -81,7 +81,7 @@ tauri-plugin-fs = "2.4.5"
tauri-plugin-process = "2.3.1"
tauri-plugin-deep-link = "2.4.7"
tauri-plugin-window-state = "2.4.1"
zip = "7.4.0"
zip = "8.0.0"
reqwest_dav = "0.3.2"
aes-gcm = { version = "0.10.3", features = ["std"] }
base64 = "0.22.1"