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

cargo: bump clap from 4.0.13 to 4.0.14

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.13 to 4.0.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/v4.0.13...v4.0.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-10-12 15:31:23 +00:00 committed by Martin von Zweigbergk
parent 999e31089b
commit f1cb1759a3
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -218,9 +218,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.13"
version = "4.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5"
checksum = "6ea54a38e4bce14ff6931c72e5b3c43da7051df056913d4e7e1fcdb1c03df69d"
dependencies = [
"atty",
"bitflags",
@ -237,7 +237,7 @@ version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a"
dependencies = [
"clap 4.0.13",
"clap 4.0.14",
]
[[package]]
@ -277,7 +277,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe"
dependencies = [
"clap 4.0.13",
"clap 4.0.14",
"roff",
]
@ -672,7 +672,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 4.0.13",
"clap 4.0.14",
"clap_complete",
"clap_mangen",
"config",

View file

@ -36,7 +36,7 @@ members = ["lib"]
[dependencies]
atty = "0.2.14"
chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] }
clap = { version = "4.0.13", features = ["derive", "deprecated"] }
clap = { version = "4.0.14", features = ["derive", "deprecated"] }
clap_complete = "4.0.2"
clap_mangen = "0.2.2"
config = { version = "0.13.2", default-features = false, features = ["toml"] }