diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-02 04:16:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 04:16:06 +0000 |
commit | a4b4c6cbb85ec26a181ee129c7550f4c0d1eab48 (patch) | |
tree | f395753dc7d422d27a83e1e2ecd56cc20ed5b933 /Cargo.toml | |
parent | Add footer to CHANGELOG (diff) | |
download | miniserve-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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |