aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-05-29 08:16:35 +0000
committerGitHub <noreply@github.com>2024-05-29 08:16:35 +0000
commit9862597df33b29c2736e3667d5bcec96172aee46 (patch)
tree58faa9bb9aaca2178978a548a0ffea9cbfbff1d3 /Cargo.toml
parentMerge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5 (diff)
parentBump zip from 1.2.2 to 2.1.1 (diff)
downloadminiserve-9862597df33b29c2736e3667d5bcec96172aee46.tar.gz
miniserve-9862597df33b29c2736e3667d5bcec96172aee46.zip
Merge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1
Bump zip from 1.2.2 to 2.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe16890..ad1dba7 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 = "1", default-features = false }
+zip = { version = "2", default-features = false }
[features]
default = ["tls"]