diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-13 04:14:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 04:14:16 +0000 |
commit | 2024196323f6867074b1fb60429c4748f8816fba (patch) | |
tree | 1e31e355b7678537029138a1f6e70145823a8f1c | |
parent | Merge pull request #701 from svenstaro/dependabot/cargo/assert_fs-1.0.7 (diff) | |
download | miniserve-2024196323f6867074b1fb60429c4748f8816fba.tar.gz miniserve-2024196323f6867074b1fb60429c4748f8816fba.zip |
Bump clap from 3.0.6 to 3.0.7
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.6 to 3.0.7.
- [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/v3.0.6...v3.0.7)
---
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.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1957aa4a5fb388f0a0a73ce7556c5b42025b874e5cdc2c670775e346e97adec0" +checksum = "12e8611f9ae4e068fa3e56931fded356ff745e70987ff76924a6e0ab1c8ef2e3" dependencies = [ "atty", "bitflags", @@ -596,7 +596,7 @@ version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19" dependencies = [ - "clap 3.0.6", + "clap 3.0.7", ] [[package]] @@ -1426,7 +1426,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.0.6", + "clap 3.0.7", "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.6", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.0.7", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.0.2" chrono = "0.4" chrono-humanize = "0.2" |