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

cargo: bump clap from 4.0.14 to 4.0.15

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.14 to 4.0.15.
- [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.14...v4.0.15)

---
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-14 15:29:45 +00:00 committed by Martin von Zweigbergk
parent a061ac022e
commit 9da89fcc4b
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.14"
version = "4.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea54a38e4bce14ff6931c72e5b3c43da7051df056913d4e7e1fcdb1c03df69d"
checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
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.14",
"clap 4.0.15",
]
[[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.14",
"clap 4.0.15",
"roff",
]
@ -672,7 +672,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 4.0.14",
"clap 4.0.15",
"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.14", features = ["derive", "deprecated"] }
clap = { version = "4.0.15", features = ["derive", "deprecated"] }
clap_complete = "4.0.2"
clap_mangen = "0.2.2"
config = { version = "0.13.2", default-features = false, features = ["toml"] }