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

cargo: bump clap from 4.0.10 to 4.0.11

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.10 to 4.0.11.
- [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.10...v4.0.11)

---
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-10 16:27:20 +00:00 committed by Martin von Zweigbergk
parent 45e2f38bba
commit fe1123c671
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 = "4.0.10" version = "4.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1a0a4208c6c483b952ad35c6eed505fc13b46f08f631b81e828084a9318d74" checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -237,7 +237,7 @@ version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a" checksum = "11cba7abac9b56dfe2f035098cdb3a43946f276e6db83b72c4e692343f9aab9a"
dependencies = [ dependencies = [
"clap 4.0.10", "clap 4.0.11",
] ]
[[package]] [[package]]
@ -277,7 +277,7 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe" checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe"
dependencies = [ dependencies = [
"clap 4.0.10", "clap 4.0.11",
"roff", "roff",
] ]
@ -672,7 +672,7 @@ dependencies = [
"assert_cmd", "assert_cmd",
"atty", "atty",
"chrono", "chrono",
"clap 4.0.10", "clap 4.0.11",
"clap_complete", "clap_complete",
"clap_mangen", "clap_mangen",
"config", "config",

View file

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