We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39ac122 commit 086f8e5Copy full SHA for 086f8e5
Cargo.toml
@@ -38,7 +38,7 @@ time = "=0.3.39"
38
tl = "0"
39
toml = "0"
40
walkdir = "2"
41
-zip = "2.2.2"
+zip = { version = "3", default-features = false, features = ["deflate"] }
42
43
[dev-dependencies]
44
async-tungstenite = { version = "0.29.1", features = ["async-std-runtime"] }
0 commit comments