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

cargo: bump clap from 3.2.13 to 3.2.14

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.13 to 3.2.14.
- [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.2.13...v3.2.14)

---
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-07-21 15:40:35 +00:00 committed by Martin von Zweigbergk
parent cb8f7b8184
commit c66b8307bd
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -230,9 +230,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.13"
version = "3.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac2bd7a1eb07da9ac757c923f69373deb7bc2ba5efc951b873bcb5e693992dca"
checksum = "54635806b078b7925d6e36810b1755f2a4b5b4d57560432c1ecf60bcbe10602b"
dependencies = [
"atty",
"bitflags",
@ -251,7 +251,7 @@ version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
dependencies = [
"clap 3.2.13",
"clap 3.2.14",
]
[[package]]
@ -282,7 +282,7 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "937efe4451c32be4ccb3e19549cbb1ea5cb85197f39b87a9662ca1d7b1765d1d"
dependencies = [
"clap 3.2.13",
"clap 3.2.14",
"roff",
]
@ -732,7 +732,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 3.2.13",
"clap 3.2.14",
"clap_complete",
"clap_mangen",
"config",

View file

@ -36,7 +36,7 @@ members = ["lib"]
[dependencies]
atty = "0.2.14"
chrono = "0.4.19"
clap = { version = "3.2.13", features = ["derive"] }
clap = { version = "3.2.14", features = ["derive"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
config = { version = "0.13.1", features = ["toml"] }