aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6a2ff21..a50136e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ strum = "0.24"
strum_macros = "0.24"
sha2 = "0.10"
hex = "0.4"
-zip = { version = "0.6", default-features = false }
+zip = { version = "0.6.1", default-features = false }
qrcodegen = "1"
mime = "0.3"
httparse = "1"
@@ -56,9 +56,6 @@ rustls-pemfile = { version = "0.3", optional = true }
socket2 = "0.4"
get_if_addrs = "0.5"
-[patch.crates-io]
-zip = { git="https://github.com/zip-rs/zip", branch="master" }
-
[features]
default = ["tls"]
# This feature allows us to use rustls only on architectures supported by ring.