fix(updater): use zip flate2 feature #591

pull/592/head
pashokitsme 2 years ago
parent 0a0eb3861b
commit caa12b53a1
No known key found for this signature in database
GPG Key ID: 7313CAC65D77DACD

@ -26,16 +26,12 @@ percent-encoding = "2"
semver = { version = "1", features = [ "serde" ] }
futures-util = "0.3"
tempfile = "3"
zip = "0.6"
zip = { version = "0.6", features = [ "flate2" ] }
tar = "0.4"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "0.6", default-features = false }
[target."cfg(target_os = \"macos\")".dependencies]
flate2 = "1.0.27"
[dev-dependencies]
mockito = "0.31"

Loading…
Cancel
Save