From 9b1c537d85b910eb092db900f260d2d97f81abee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 05:01:30 +0000 Subject: [PATCH] Bump clap from 3.2.23 to 3.2.24 Bumps [clap](https://github.com/clap-rs/clap) from 3.2.23 to 3.2.24. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.24/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v3.2.23...v3.2.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a41df7..262383d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,9 +76,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "3.2.23" +version = "3.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" +checksum = "eef2b3ded6a26dfaec672a742c93c8cf6b689220324da509ec5caa20de55dc83" dependencies = [ "bitflags 1.3.2", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index 1ab05a3..37dab93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] anyhow = "1.0.70" byteorder = "1.4.3" -clap = { version = "3.2.23", default-features = false, features = [ +clap = { version = "3.2.24", default-features = false, features = [ "std", "cargo", "wrap_help",