aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-19 05:09:47 +0000
committerGitHub <noreply@github.com>2021-02-19 05:09:47 +0000
commit84416dcb67a2d63a481167275f6fe869fb14484f (patch)
tree15de82fca4266b3fbc4064aa38b70e687b65e06a /Cargo.lock
parentFix lints (diff)
downloadminiserve-84416dcb67a2d63a481167275f6fe869fb14484f.tar.gz
miniserve-84416dcb67a2d63a481167275f6fe869fb14484f.zip
Bump zip from 0.5.9 to 0.5.10
Bumps [zip](https://github.com/zip/zip-rs) from 0.5.9 to 0.5.10. - [Release notes](https://github.com/zip/zip-rs/releases) - [Commits](https://github.com/zip/zip-rs/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d27776d..2b66f7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3518,9 +3518,9 @@ checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
[[package]]
name = "zip"
-version = "0.5.9"
+version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc2896475a242c41366941faa27264df2cb935185a92e059a004d0048feb2ac5"
+checksum = "5a8977234acab718eb2820494b2f96cbb16004c19dddf88b7445b27381450997"
dependencies = [
"byteorder",
"bzip2",