From def6604991f0095e3ff73aa423704472305b2dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:07:54 +0000 Subject: [PATCH] chore: Bump clap from 4.3.16 to 4.3.22 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.22. - [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.16...v4.3.22) --- 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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bec8095..72bd9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.16" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" +checksum = "b417ae4361bca3f5de378294fc7472d3c4ed86a5ef9f49e93ae722f432aae8d2" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.3.16" +version = "4.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" +checksum = "9c90dc0f0e42c64bff177ca9d7be6fcc9ddb0f26a6e062174a61c84dd6c644d4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 96d7d9a..46906e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,13 +20,13 @@ bytesize = "1.2.0" unicode-width = "0.1.10" colorsys = "0.6.7" enum-iterator = "1.4.1" -clap = "4.3.16" +clap = "4.3.22" copypasta-ext = "0.4.4" [build-dependencies] clap_mangen = "0.2.12" clap_complete = "4.3.2" -clap = "4.3.16" +clap = "4.3.22" [profile.dev] opt-level = 0