diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-02-19 05:23:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 05:23:42 +0000 |
commit | 7cc3e0c30a9ea6ac7a71c8bb9d0045fedf768af1 (patch) | |
tree | 15de82fca4266b3fbc4064aa38b70e687b65e06a /Cargo.toml | |
parent | Fix lints (diff) | |
parent | Bump zip from 0.5.9 to 0.5.10 (diff) | |
download | miniserve-7cc3e0c30a9ea6ac7a71c8bb9d0045fedf768af1.tar.gz miniserve-7cc3e0c30a9ea6ac7a71c8bb9d0045fedf768af1.zip |
Merge pull request #447 from svenstaro/dependabot/cargo/zip-0.5.10
Bump zip from 0.5.9 to 0.5.10
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.5" +zip = "0.5.10" qrcodegen = "1.6.0" actix-files = "0.5" actix-multipart = "0.3.0" |