diff --git a/Cargo.lock b/Cargo.lock index 591a7349a..2efbe110c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6929,7 +6929,7 @@ dependencies = [ "tokio", "url", "windows-sys 0.60.2", - "zip 4.0.0", + "zip 5.1.1", ] [[package]] @@ -9112,9 +9112,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd" +checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" dependencies = [ "arbitrary", "crc32fast", diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index 13da727dd..ef0b15aca 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 = "4", default-features = false, optional = true } +zip = { version = "5", default-features = false, optional = true } windows-sys = { version = "0.60.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging",