From 42657f73802d2e030af6770152142e0f06aff6d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:16:30 +0000 Subject: [PATCH] Bump clap from 4.0.12 to 4.0.26 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.12 to 4.0.26. - [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.0.12...v4.0.26) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ bayard/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06e930f..ac4b0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ "anyhow", "axum", "bytes", - "clap 4.0.12", + "clap 4.0.26", "crossbeam", "dashmap", "exponential-backoff", @@ -348,13 +348,13 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.12" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", - "clap_derive 4.0.10", + "clap_derive 4.0.21", "clap_lex 0.3.0", "once_cell", "strsim", @@ -376,9 +376,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.10" +version = "4.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db342ce9fda24fb191e2ed4e102055a4d381c1086a06630174cd8da8d5d917ce" +checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" dependencies = [ "heck", "proc-macro-error", diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 00b92e6..aee45ea 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" anyhow = "1.0.65" axum = "0.5.16" bytes = { version = "1.2.1", features = ["serde"] } -clap = { version = "4.0.12", features = ["derive"] } +clap = { version = "4.0.26", features = ["derive"] } crossbeam = "0.8.2" dashmap = { version = "5.4.0", features = ["serde"] } exponential-backoff = "1.1.0"