From 522390bcc2c98a458bdd098edae6c0d4db573812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 05:00:48 +0000 Subject: [PATCH] build(deps): bump clap from 4.3.8 to 4.3.10 (#7115) Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.10. - [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.8...v4.3.10) --- 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 | 15 +++++++-------- zebrad/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ae2455d..909ff789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.3.8", + "clap 4.3.10", "color-eyre", "fs-err", "once_cell", @@ -773,9 +773,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.8" +version = "4.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211" +checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a" dependencies = [ "clap_builder", "clap_derive", @@ -784,13 +784,12 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.8" +version = "4.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717" +checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" dependencies = [ "anstream", "anstyle", - "bitflags 1.3.2", "clap_lex", "once_cell", "strsim 0.10.0", @@ -956,7 +955,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.3.8", + "clap 4.3.10", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -5975,7 +5974,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.3.8", + "clap 4.3.10", "color-eyre", "console-subscriber", "dirs", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 158f9c98..9e13a9e3 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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.8", features = ["cargo"] } +clap = { version = "4.3.10", features = ["cargo"] } chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" indexmap = "2.0.0"