From 07906035cc42beca0ce245154f7e3a4d0e73670a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:09:15 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.8 to 4.4.9 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.8 to 4.4.9. - [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.8...v4.4.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- zebrad/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 413174c856f..1cf2d2a7770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ dependencies = [ "arc-swap", "backtrace", "canonical-path", - "clap 4.4.8", + "clap 4.4.9", "color-eyre", "fs-err", "once_cell", @@ -766,9 +766,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.8" +version = "4.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" +checksum = "46ca43acc1b21c6cc2d1d3129c19e323a613935b5bc28fb3b33b5b2e5fb00030" dependencies = [ "clap_builder", "clap_derive", @@ -776,9 +776,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.8" +version = "4.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" +checksum = "63361bae7eef3771745f02d8d892bec2fee5f6e34af316ba556e7f97a7069ff1" dependencies = [ "anstream", "anstyle", @@ -953,7 +953,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.8", + "clap 4.4.9", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -5906,7 +5906,7 @@ dependencies = [ "abscissa_core", "atty", "chrono", - "clap 4.4.8", + "clap 4.4.9", "color-eyre", "console-subscriber", "dirs", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index df89a0f8604..3eb74307776 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -162,7 +162,7 @@ zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.0", optional = tru zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.31", optional = true } abscissa_core = "0.7.0" -clap = { version = "4.4.8", features = ["cargo"] } +clap = { version = "4.4.9", features = ["cargo"] } chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] } humantime-serde = "1.1.1" indexmap = "2.0.1"