cargo: 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>
This commit is contained in:
dependabot[bot] 2022-04-19 15:48:01 +00:00 committed by Martin von Zweigbergk
parent c94e241e12
commit 82c59c7f3c
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -218,9 +218,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.1.9" version = "3.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aad2534fad53df1cc12519c5cda696dd3e20e6118a027e24054aea14a0bdcbe" checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -239,7 +239,7 @@ version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25" checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
dependencies = [ dependencies = [
"clap 3.1.9", "clap 3.1.10",
] ]
[[package]] [[package]]
@ -270,7 +270,7 @@ version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f" checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f"
dependencies = [ dependencies = [
"clap 3.1.9", "clap 3.1.10",
"roff", "roff",
] ]
@ -729,7 +729,7 @@ dependencies = [
"assert_cmd", "assert_cmd",
"atty", "atty",
"chrono", "chrono",
"clap 3.1.9", "clap 3.1.10",
"clap_complete", "clap_complete",
"clap_mangen", "clap_mangen",
"config", "config",

View file

@ -36,7 +36,7 @@ members = ["lib"]
assert_cmd = "2.0.4" assert_cmd = "2.0.4"
atty = "0.2.14" atty = "0.2.14"
chrono = "0.4.19" chrono = "0.4.19"
clap = { version = "3.1.9", features = ["derive"] } clap = { version = "3.1.10", features = ["derive"] }
clap_complete = "3.1.1" clap_complete = "3.1.1"
clap_mangen = "0.1" clap_mangen = "0.1"
config = "0.13.1" config = "0.13.1"