From 215e1b94291b2de91c82ebd322bfcdea7149ce22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 19:21:50 +0000 Subject: [PATCH] Bump clap from 4.3.8 to 4.3.9 (#464) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d540f67c..47f89959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,9 +319,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.8" +version = "4.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9394150f5b4273a1763355bd1c2ec54cc5a2593f790587bcd6b2c947cfa9211" +checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d" dependencies = [ "clap_builder", "clap_derive", @@ -340,9 +340,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.8" +version = "4.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a78fbdd3cc2914ddf37ba444114bc7765bbdcb55ec9cbe6fa054f0137400717" +checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8fa805ae..83670a17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ humantime-serde = "1.1.1" anyhow = "1.0.71" log = { version = "0.4.19", features = ["serde"] } tokio = { version = "1.29.0", default-features = false } -clap = { version = "4.3.8", features = ["derive"] } +clap = { version = "4.3.9", features = ["derive"] } clap-verbosity-flag = "2.0.1" figment = { version = "0.10.10", features = ["toml", "env"] } prometheus-client = "0.21.1"