From 9fed7d80cfa95a93509752c6b63dd355d3abb3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 03:28:02 +0000 Subject: [PATCH] Bump clap from 4.3.19 to 4.3.24 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.3.24. - [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.19...v4.3.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0822afa..767d96d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,9 +332,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.19" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" +checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" dependencies = [ "clap_builder", "clap_derive", @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.19" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" +checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d5a77b6..b45a1d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ required-features = ["clap", "color-eyre", "serde_json"] [dependencies] cfg-if = "1.0.0" -clap = { version = "4.3.19", optional = true, features = ["derive", "env"] } +clap = { version = "4.3.24", optional = true, features = ["derive", "env"] } color-eyre = { version = "0.6.2", optional = true } colored = { version = "2.0.4", optional = true } docfg = "0.1.0"