build(deps): bump the cli group with 1 update (#7244)

Bumps the cli 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.11...v4.3.15)

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

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-07-18 09:59:41 +00:00 committed by GitHub
parent e6d3295b8a
commit c6f4e28bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ dependencies = [
"arc-swap",
"backtrace",
"canonical-path",
"clap 4.3.11",
"clap 4.3.15",
"color-eyre",
"fs-err",
"once_cell",
@ -753,9 +753,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.3.11"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1640e5cc7fb47dbb8338fd471b105e7ed6c3cb2aeb00c2e067127ffd3764a05d"
checksum = "8f644d0dac522c8b05ddc39aaaccc5b136d5dc4ff216610c5641e3be5becf56c"
dependencies = [
"clap_builder",
"clap_derive",
@ -764,9 +764,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.3.11"
version = "4.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c59138d527eeaf9b53f35a77fcc1fad9d883116070c63d5de1c7dc7b00c72b"
checksum = "af410122b9778e024f9e0fb35682cc09cc3f85cad5e8d3ba8f47a9702df6e73d"
dependencies = [
"anstream",
"anstyle",
@ -777,9 +777,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.3.2"
version = "4.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
dependencies = [
"heck 0.4.1",
"proc-macro2 1.0.63",
@ -935,7 +935,7 @@ dependencies = [
"anes",
"cast",
"ciborium",
"clap 4.3.11",
"clap 4.3.15",
"criterion-plot",
"is-terminal",
"itertools 0.10.5",
@ -5935,7 +5935,7 @@ dependencies = [
"abscissa_core",
"atty",
"chrono",
"clap 4.3.11",
"clap 4.3.15",
"color-eyre",
"console-subscriber",
"dirs",

View File

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