aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-02 08:51:55 +0000
committerGitHub <noreply@github.com>2021-03-02 08:51:55 +0000
commiteb2283d4d63d87934ec1383e6cb98dd8e029e4dd (patch)
treef395753dc7d422d27a83e1e2ecd56cc20ed5b933 /Cargo.toml
parentAdd footer to CHANGELOG (diff)
parentBump zip from 0.5.10 to 0.5.11 (diff)
downloadminiserve-eb2283d4d63d87934ec1383e6cb98dd8e029e4dd.tar.gz
miniserve-eb2283d4d63d87934ec1383e6cb98dd8e029e4dd.zip
Merge pull request #457 from svenstaro/dependabot/cargo/zip-0.5.11
Bump zip from 0.5.10 to 0.5.11
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 e429af1..b4f2bf8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ strum = "0.20.0"
strum_macros = "0.20.1"
sha2 = "0.9"
hex = "0.4.2"
-zip = "0.5.10"
+zip = "0.5.11"
qrcodegen = "1.6.0"
actix-files = "0.5"
actix-multipart = "0.3.0"