aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-04 04:19:55 +0000
committerGitHub <noreply@github.com>2022-04-04 04:19:55 +0000
commitc1e3ac206b32399400a4c6f1782bfa6136d15063 (patch)
treeb2caf21e2e6dcf6b224e285012233dcb00bdd887 /Cargo.lock
parent(cargo-release) version 0.19.4 (diff)
downloadminiserve-c1e3ac206b32399400a4c6f1782bfa6136d15063.tar.gz
miniserve-c1e3ac206b32399400a4c6f1782bfa6136d15063.zip
Bump zip from 0.6.1 to 0.6.2
Bumps [zip](https://github.com/zip-rs/zip) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/zip-rs/zip/releases) - [Commits](https://github.com/zip-rs/zip/commits) --- updated-dependencies: - dependency-name: zip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 a08acb5..0c48db6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2907,9 +2907,9 @@ checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zip"
-version = "0.6.1"
+version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db2a3b9c90b21734aaf4449cee7735305f559f28894123b57e0f700be8459418"
+checksum = "bf225bcf73bb52cbb496e70475c7bd7a3f769df699c0020f6c7bd9a96dcf0b8d"
dependencies = [
"byteorder",
"crc32fast",