diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-20 04:19:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 04:19:41 +0000 |
commit | 75c98c3858f9079d8cd749d62ad521c79705fadc (patch) | |
tree | e7198677e908d4745a0ec9ee06f4b3453a499b38 | |
parent | Merge pull request #773 from svenstaro/dependabot/cargo/clap_mangen-0.1.3 (diff) | |
download | miniserve-75c98c3858f9079d8cd749d62ad521c79705fadc.tar.gz miniserve-75c98c3858f9079d8cd749d62ad521c79705fadc.zip |
Bump clap from 3.1.9 to 3.1.10
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10.
- [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.1.9...v3.1.10)
---
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 | 10 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -543,9 +543,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.9" +version = "3.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe" +checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" dependencies = [ "atty", "bitflags", @@ -565,7 +565,7 @@ version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25" dependencies = [ - "clap 3.1.9", + "clap 3.1.10", ] [[package]] @@ -596,7 +596,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f" dependencies = [ - "clap 3.1.9", + "clap 3.1.10", "roff", ] @@ -1401,7 +1401,7 @@ dependencies = [ "bytesize", "chrono", "chrono-humanize", - "clap 3.1.9", + "clap 3.1.10", "clap_complete", "clap_mangen", "futures", @@ -29,7 +29,7 @@ port_check = "0.1" bytesize = "1" nanoid = "0.4" alphanumeric-sort = "1" -clap = { version = "3.1.9", features = ["derive", "cargo", "wrap_help"] } +clap = { version = "3.1.10", features = ["derive", "cargo", "wrap_help"] } clap_complete = "3.1.1" clap_mangen = "0.1" chrono = "0.4" |