fix(deps): update rust crate zip to v2 (#1427)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-06-04 14:08:22 +02:00
committed by GitHub
parent 04ce9c4f6c
commit 1578970f81
2 changed files with 6 additions and 27 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ tempfile = "3"
infer = "0.15"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "1", default-features = false, optional = true }
zip = { version = "2", default-features = false, optional = true }
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging" ] }
[target."cfg(target_os = \"linux\")".dependencies]