aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-04-26 08:17:35 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-04-26 08:17:35 +0000
commit2067453dea72e0d08acd183549b109e8dcd891cd (patch)
tree20627102a8223f5f4e83e619866900debef1338a /Cargo.toml
parentAdd CHANGELOG entry for #1390 (diff)
downloadminiserve-2067453dea72e0d08acd183549b109e8dcd891cd.tar.gz
miniserve-2067453dea72e0d08acd183549b109e8dcd891cd.zip
Bump deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 252e4fa..7bc026d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ strum = { version = "0.26", features = ["derive"] }
tar = "0.4"
thiserror = "1"
tokio = { version = "1.35.1", features = ["fs"] }
-zip = { version = "0.6.5", default-features = false }
+zip = { version = "1", default-features = false }
[features]
default = ["tls"]