chore(deps): update rust crate zip to v3 (v2) (#2699)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <github@fabianlars.de>
This commit is contained in:
renovate[bot]
2025-05-18 10:44:49 +02:00
committed by GitHub
parent 047081c3d5
commit b768b0623b
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ infer = "0.19"
percent-encoding = "2.3"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "2", default-features = false, optional = true }
zip = { version = "3", default-features = false, optional = true }
windows-sys = { version = "0.59.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",