diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-05 04:23:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 04:23:56 +0000 |
commit | b9cbb0ce2b5ce33d20748289b7b253730d57b9e3 (patch) | |
tree | b83446ef07e7443f45cca4ebc8c818b528834a56 | |
parent | Bump deps (diff) | |
download | miniserve-b9cbb0ce2b5ce33d20748289b7b253730d57b9e3.tar.gz miniserve-b9cbb0ce2b5ce33d20748289b7b253730d57b9e3.zip |
Bump clap from 3.0.1 to 3.0.4
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.1...v3.0.4)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.1" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1121e32687f7f90b905d4775273305baa4f32cd418923e9b0fa726533221857" +checksum = "d01c9347757e131122b19cd19a05c85805b68c2352a97b623efdc3c295290299" dependencies = [ "atty", "bitflags", @@ -596,7 +596,7 @@ version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e3cb395a9ef3c4ddabee9d6a0d0419b107cccf3e431fc0015df90f24849386c" dependencies = [ - "clap 3.0.1", + "clap 3.0.4", ] [[package]] @@ -1426,7 +1426,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.0.1", + "clap 3.0.4", "clap_complete", "futures", "get_if_addrs", @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.0.1", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.4", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.1" chrono = "0.4" chrono-humanize = "0.2" |