chore(updater): disable zip crate default features (#1329)

* Only use deflate feature from zip crate

* Add change file

* Disable all zip crate features
This commit is contained in:
Tony
2024-05-16 20:43:59 +08:00
committed by GitHub
parent f0fb25a9b7
commit 806404e96e
3 changed files with 7 additions and 143 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ tempfile = "3"
infer = "0.15"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "1", optional = true }
zip = { version = "1", default-features = false, optional = true }
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging" ] }
[target."cfg(target_os = \"linux\")".dependencies]