build(deps): bump the app group with 1 update (#7356)

Bumps the app group with 1 update: [clap](https://github.com/clap-rs/clap).

- [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.3.21...v4.3.23)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-25 16:28:11 +00:00 committed by GitHub
parent 000c7b4bc6
commit 0ac05676a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"arc-swap",
"backtrace",
"canonical-path",
"clap 4.3.21",
"clap 4.3.23",
"color-eyre",
"fs-err",
"once_cell",
@ -744,9 +744,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.21"
version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27cdf28c0f604ba3f512b0c9a409f8de8513e4816705deb0498b627e7c3a3fd"
checksum = "03aef18ddf7d879c15ce20f04826ef8418101c7e528014c3eeea13321047dca3"
dependencies = [
"clap_builder",
"clap_derive",
@ -755,9 +755,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.21"
version = "4.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a9f1ab5e9f01a9b81f202e8562eb9a10de70abf9eaeac1be465c28b75aa4aa"
checksum = "f8ce6fffb678c9b80a70b6b6de0aad31df727623a70fd9a842c30cd573e2fa98"
dependencies = [
"anstream",
"anstyle",
@ -916,7 +916,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.3.21",
"clap 4.3.23",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
@ -5760,7 +5760,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.3.21",
"clap 4.3.23",
"color-eyre",
"console-subscriber",
"dirs",

View File

@ -153,7 +153,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.28" }
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.28", optional = true }
abscissa_core = "0.7.0"
clap = { version = "4.3.21", features = ["cargo"] }
clap = { version = "4.3.23", features = ["cargo"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
humantime-serde = "1.1.1"
indexmap = "2.0.0"