chore(deps): update rust crate zip to v1 (#1226)

* fix(deps): update rust crate zip to v1

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/9103537082

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-05-15 22:33:23 +00:00
committed by tauri-bot
parent db14d0860a
commit cbd0e5baab

View File

@@ -34,7 +34,7 @@ tempfile = "3"
infer = "0.15"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "0.6", optional = true }
zip = { version = "1", optional = true }
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging" ] }
[target."cfg(target_os = \"linux\")".dependencies]