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

cargo: bump clap from 3.2.17 to 3.2.18

Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.18.
- [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.17...v3.2.18)

---
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-08-30 15:38:11 +00:00 committed by Martin von Zweigbergk
parent a9606a8269
commit 6d33ec5dbf
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View file

@ -211,9 +211,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.2.17"
version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e724a68d9319343bb3328c9cc2dfde263f4b3142ee1059a9980580171c954b"
checksum = "b15f2ea93df33549dbe2e8eecd1ca55269d63ae0b3ba1f55db030817d1c2867f"
dependencies = [
"atty",
"bitflags",
@ -232,14 +232,14 @@ version = "3.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4179da71abd56c26b54dd0c248cc081c1f43b0a1a7e8448e28e57a29baa993d"
dependencies = [
"clap 3.2.17",
"clap 3.2.18",
]
[[package]]
name = "clap_derive"
version = "3.2.17"
version = "3.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13547f7012c01ab4a0e8f8967730ada8f9fdf419e8b6c792788f39cf4e46eefa"
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
dependencies = [
"heck",
"proc-macro-error",
@ -263,7 +263,7 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "937efe4451c32be4ccb3e19549cbb1ea5cb85197f39b87a9662ca1d7b1765d1d"
dependencies = [
"clap 3.2.17",
"clap 3.2.18",
"roff",
]
@ -716,7 +716,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 3.2.17",
"clap 3.2.18",
"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.17", features = ["derive"] }
clap = { version = "3.2.18", features = ["derive"] }
clap_complete = "3.2.4"
clap_mangen = "0.1"
config = { version = "0.13.2", features = ["toml"] }