diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-05-29 08:16:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 08:16:35 +0000 |
commit | 9862597df33b29c2736e3667d5bcec96172aee46 (patch) | |
tree | 58faa9bb9aaca2178978a548a0ffea9cbfbff1d3 /Cargo.toml | |
parent | Merge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5 (diff) | |
parent | Bump zip from 1.2.2 to 2.1.1 (diff) | |
download | miniserve-9862597df33b29c2736e3667d5bcec96172aee46.tar.gz miniserve-9862597df33b29c2736e3667d5bcec96172aee46.zip |
Merge pull request #1427 from svenstaro/dependabot/cargo/zip-2.1.1
Bump zip from 1.2.2 to 2.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ strum = { version = "0.26", features = ["derive"] } tar = "0.4" thiserror = "1" tokio = { version = "1.35.1", features = ["fs"] } -zip = { version = "1", default-features = false } +zip = { version = "2", default-features = false } [features] default = ["tls"] |