aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-04-04 08:27:43 +0000
committerGitHub <noreply@github.com>2022-04-04 08:27:43 +0000
commit8d69a9bfc2a20e7c285d1d7cc87da3c32f6c9784 (patch)
treeb2caf21e2e6dcf6b224e285012233dcb00bdd887 /Cargo.toml
parent(cargo-release) version 0.19.4 (diff)
parentBump zip from 0.6.1 to 0.6.2 (diff)
downloadminiserve-8d69a9bfc2a20e7c285d1d7cc87da3c32f6c9784.tar.gz
miniserve-8d69a9bfc2a20e7c285d1d7cc87da3c32f6c9784.zip
Merge pull request #767 from svenstaro/dependabot/cargo/zip-0.6.2
Bump zip from 0.6.1 to 0.6.2
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 b354a6a..05b58bc 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.1", default-features = false }
+zip = { version = "0.6.2", default-features = false }
qrcodegen = "1"
mime = "0.3"
httparse = "1"