diff --git a/Cargo.toml b/Cargo.toml index a5d45a09baa..18b1c486d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -342,7 +342,7 @@ walkdir = "2.5" winapi-util = "0.1.8" windows-sys = { version = "0.59.0", default-features = false } xattr = "1.3.1" -zip = { version = "1.1.4", default-features = false, features = ["deflate"] } +zip = { version = "2.0.0", default-features = false, features = ["deflate"] } hex = "0.4.3" md-5 = "0.10.6"