From 565faea1fafc81ea3b611d48d688a145990e3c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:59:17 +0000 Subject: [PATCH] chore(deps): bump clap from 4.0.29 to 4.1.8 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.29 to 4.1.8. - [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.29...v4.1.8) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6700084..1917123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.29" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" dependencies = [ "bitflags", "clap_derive", @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.21" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" +checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" dependencies = [ "heck", "proc-macro-error", @@ -800,7 +800,7 @@ dependencies = [ "axum 0.6.1", "axum-extra 0.4.1", "byteorder", - "clap 4.0.29", + "clap 4.1.8", "criterion", "dashmap", "feature-probe-event", diff --git a/Cargo.toml b/Cargo.toml index 78b6b74..e0027dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ futures-util = { optional = true, version = "0.3", default-features = false, fea approx = "0.5" axum = { version = "0.6", features = ["headers"] } axum-extra = { version = "0.4", features = ["typed-routing"] } -clap = { version = "4.0.29", features = ["derive"] } +clap = { version = "4.1.8", features = ["derive"] } criterion = "0.4" rusty-hook = "^0.11.2" tokio = { version = "1", features = ["full"] }