diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-30 21:03:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-03-30 21:03:11 +0000 |
commit | b86c94f5b91a2e36361d3ce7071142afb3108d98 (patch) | |
tree | 0846ab0c1e07aa806911d6f630e696b0bb2382c5 /Cargo.toml | |
parent | Merge pull request #761 from svenstaro/dependabot/cargo/yansi-0.5.1 (diff) | |
download | miniserve-b86c94f5b91a2e36361d3ce7071142afb3108d98.tar.gz miniserve-b86c94f5b91a2e36361d3ce7071142afb3108d98.zip |
Bump deps
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ strum = "0.24" strum_macros = "0.24" sha2 = "0.10" hex = "0.4" -zip = "0.5.11" +zip = { version = "0.6", default-features = false } qrcodegen = "1" mime = "0.3" httparse = "1" |