diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-19 05:09:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 05:09:47 +0000 |
commit | 84416dcb67a2d63a481167275f6fe869fb14484f (patch) | |
tree | 15de82fca4266b3fbc4064aa38b70e687b65e06a | |
parent | Fix lints (diff) | |
download | miniserve-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>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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", @@ -39,7 +39,7 @@ strum = "0.20.0" strum_macros = "0.20.1" sha2 = "0.9" hex = "0.4.2" -zip = "0.5.5" +zip = "0.5.10" qrcodegen = "1.6.0" actix-files = "0.5" actix-multipart = "0.3.0" |