From 0e0ee8d1bd2c9b35c00078b4aed9f5f113100565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 22:17:36 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.5 to 4.3.6 (#7059) Bumps [clap](https://github.com/clap-rs/clap) from 4.3.5 to 4.3.6. - [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.5...v4.3.6) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- zebrad/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d808c73b..1c984acaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.3.5", + "clap 4.3.6", "color-eyre", "fs-err", "once_cell", @@ -773,9 +773,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.5" +version = "4.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2686c4115cb0810d9a984776e197823d08ec94f176549a89a9efded477c456dc" +checksum = "6320c6d1c98b6981da7bb2dcecbd0be9dc98d42165fa8326b21000f7dbfde6d0" dependencies = [ "clap_builder", "clap_derive", @@ -956,7 +956,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.3.5", + "clap 4.3.6", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -5954,7 +5954,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.3.5", + "clap 4.3.6", "color-eyre", "console-subscriber", "dirs", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index af5f11dda..9682bc185 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -135,7 +135,7 @@ zebra-state = { path = "../zebra-state", version = "1.0.0-beta.26" } zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.26", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.3.5", features = ["cargo"] } +clap = { version = "4.3.6", features = ["cargo"] } chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" indexmap = "1.9.3"