aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-02 04:16:06 +0000
committerGitHub <noreply@github.com>2021-03-02 04:16:06 +0000
commita4b4c6cbb85ec26a181ee129c7550f4c0d1eab48 (patch)
treef395753dc7d422d27a83e1e2ecd56cc20ed5b933
parentAdd footer to CHANGELOG (diff)
downloadminiserve-a4b4c6cbb85ec26a181ee129c7550f4c0d1eab48.tar.gz
miniserve-a4b4c6cbb85ec26a181ee129c7550f4c0d1eab48.zip
Bump zip from 0.5.10 to 0.5.11
Bumps [zip](https://github.com/zip-rs/zip) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cec844b..136ce9b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3501,9 +3501,9 @@ checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
[[package]]
name = "zip"
-version = "0.5.10"
+version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a8977234acab718eb2820494b2f96cbb16004c19dddf88b7445b27381450997"
+checksum = "8264fcea9b7a036a4a5103d7153e988dbc2ebbafb34f68a3c2d404b6b82d74b6"
dependencies = [
"byteorder",
"bzip2",
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"