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

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.4.3...v4.4.4)

---
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-09-19 23:05:19 +00:00 committed by GitHub
parent 920468c0a1
commit 99bfd1953b
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.4.3",
"clap 4.4.4",
"color-eyre",
"fs-err",
"once_cell",
@ -765,9 +765,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.4.3"
version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6"
checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
dependencies = [
"clap_builder",
"clap_derive",
@ -775,9 +775,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.4.2"
version = "4.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
dependencies = [
"anstream",
"anstyle",
@ -935,7 +935,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.4.3",
"clap 4.4.4",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
@ -5826,7 +5826,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.4.3",
"clap 4.4.4",
"color-eyre",
"console-subscriber",
"dirs",

View File

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