From aa749a4e6bfded737297e746b3afb7a1cdb1b97c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 07:58:48 +0000 Subject: [PATCH] chore(deps): update rust crate zip to v3 --- plugins/updater/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index a87dd149..91686ee7 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -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",