cargo: bump clap from 4.0.25 to 4.0.26

Bumps [clap](https://github.com/clap-rs/clap) from 4.0.25 to 4.0.26.
- [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.25...v4.0.26)

---
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-11-17 15:14:55 +00:00 committed by Martin von Zweigbergk
parent 935c75849e
commit a072c6e9aa
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@ -230,9 +230,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.25"
version = "4.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389ca505fd2c00136e0d0cd34bcd8b6bd0b59d5779aab396054b716334230c1c"
checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e"
dependencies = [
"atty",
"bitflags",
@ -249,7 +249,7 @@ version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0fba905b035a30d25c1b585bf1171690712fbb0ad3ac47214963aa4acc36c"
dependencies = [
"clap 4.0.25",
"clap 4.0.26",
]
[[package]]
@ -289,7 +289,7 @@ version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa149477df7854a1497db0def32b8a65bf98f72a14d04ac75b01938285d83420"
dependencies = [
"clap 4.0.25",
"clap 4.0.26",
"roff",
]
@ -718,7 +718,7 @@ dependencies = [
"assert_cmd",
"atty",
"chrono",
"clap 4.0.25",
"clap 4.0.26",
"clap_complete",
"clap_mangen",
"config",

View File

@ -36,7 +36,7 @@ members = ["lib"]
[dependencies]
atty = "0.2.14"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
clap = { version = "4.0.25", features = ["derive", "deprecated"] }
clap = { version = "4.0.26", features = ["derive", "deprecated"] }
clap_complete = "4.0.5"
clap_mangen = "0.2.4"
config = { version = "0.13.2", default-features = false, features = ["toml"] }