aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-04-02 14:30:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-04-02 14:32:14 +0000
commit9c8aae0164c1e31da9d3ca94d6829849e9d96781 (patch)
tree35161c2aa2f9f0e39814c1abb4ebb7195c5e9bba /Cargo.toml
parentMerge pull request #765 from svenstaro/dependabot/cargo/clap-3.1.7 (diff)
downloadminiserve-9c8aae0164c1e31da9d3ca94d6829849e9d96781.tar.gz
miniserve-9c8aae0164c1e31da9d3ca94d6829849e9d96781.zip
Bump deps
Diffstat (limited to '')
-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.