ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump clap from 3.1.10 to 3.1.12

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.10 to 3.1.12.
- [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.10...v3.1.12)

---
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-22 15:25:53 +00:00 committed by Martin von Zweigbergk
parent 601638c422
commit 781307ddbd
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.1.10"
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b"
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
dependencies = [
"atty",
"bitflags",
@ -239,7 +239,7 @@ version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1506b87ee866f7a53a5131f7b31fba656170d797e873d0609884cfd56b8bbda8"
dependencies = [
"clap 3.1.10",
"clap 3.1.12",
]
[[package]]
@ -270,7 +270,7 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2ff85c3fa1e7c1a4229f7b4221f769757c3982e2afd3e6d9381d59db2c7e61"
dependencies = [
"clap 3.1.10",
"clap 3.1.12",
"roff",
]
@ -729,7 +729,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 3.1.10",
"clap 3.1.12",
"clap_complete",
"clap_mangen",
"config",

View file

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