diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-29 04:46:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 04:46:23 +0000 |
commit | b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9 (patch) | |
tree | 58faa9bb9aaca2178978a548a0ffea9cbfbff1d3 /Cargo.toml | |
parent | Merge pull request #1418 from svenstaro/dependabot/cargo/fast_qr-0.12.5 (diff) | |
download | miniserve-b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9.tar.gz miniserve-b3ebf3cf42802e5cf4bbb76d27a76582b7fe9dc9.zip |
Bump zip from 1.2.2 to 2.1.1
Bumps [zip](https://github.com/zip-rs/zip2) from 1.2.2 to 2.1.1.
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v1.2.2...v2.1.1)
---
updated-dependencies:
- dependency-name: zip
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
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"] |