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

cargo: bump clap from 3.2.19 to 3.2.20

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.20/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20)

---
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-09-02 15:28:48 +00:00 committed by Martin von Zweigbergk
parent 468418f1ce
commit ff2e6c9c5b
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View file

@ -211,9 +211,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.19"
version = "3.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68d43934757334b5c0519ff882e1ab9647ac0258b47c24c4f490d78e42697fd5"
checksum = "23b71c3ce99b7611011217b366d923f1d0a7e07a92bb2dbf1e84508c673ca3bd"
dependencies = [
"atty",
"bitflags",
@ -232,7 +232,7 @@ version = "3.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d"
dependencies = [
"clap 3.2.19",
"clap 3.2.20",
]
[[package]]
@ -263,7 +263,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "105180c05a72388d5f5e4e4f6c79eecb92497bda749fa8f963a16647c5d5377f"
dependencies = [
"clap 3.2.19",
"clap 3.2.20",
"roff",
]
@ -716,7 +716,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 3.2.19",
"clap 3.2.20",
"clap_complete",
"clap_mangen",
"config",

View file

@ -36,7 +36,7 @@ members = ["lib"]
[dependencies]
atty = "0.2.14"
chrono = { version = "0.4.20", default-features = false, features = ["std", "clock"] }
clap = { version = "3.2.19", features = ["derive"] }
clap = { version = "3.2.20", features = ["derive"] }
clap_complete = "3.2.4"
clap_mangen = "0.1"
config = { version = "0.13.2", features = ["toml"] }