Bump clap from 4.0.11 to 4.0.12

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

---
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-11 08:04:19 +00:00 committed by GitHub
parent a1f7d034e1
commit 451de54de0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -132,9 +132,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.0.11"
version = "4.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ed45cc2c62a3eff523e718d8576ba762c83a3146151093283ac62ae11933a73"
checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
dependencies = [
"atty",
"bitflags",

View file

@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.65"
async-io = "1.9.0"
async-net = "1.7.0"
clap = { version = "4.0.11", features = ["cargo", "derive", "unicode"] }
clap = { version = "4.0.12", features = ["cargo", "derive", "unicode"] }
crossbeam-queue = "0.3.6"
crossterm = "0.25.0"
dirs = "4.0.0"
@ -30,7 +30,7 @@ default-features = false
features = ["crossterm", "serde"]
[build-dependencies]
clap = { version = "4.0.11", features = ["derive"] }
clap = { version = "4.0.12", features = ["derive"] }
clap_complete = "4.0.2"
clap_mangen = "0.2.2"