From 014076cec89b8b2dbe71e0bfa7387bfddc89f5be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 15:29:49 +0000 Subject: [PATCH] chore: Bump clap from 4.3.16 to 4.3.19 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.16 to 4.3.19. - [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.19) --- 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..e84dccf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.16" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74bb1b4028935821b2d6b439bba2e970bdcf740832732437ead910c632e30d7d" +checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.3.16" +version = "4.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ae467cbb0111869b765e13882a1dbbd6cb52f58203d8b80c44f667d4dd19843" +checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 96d7d9a..7ca6431 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.19" copypasta-ext = "0.4.4" [build-dependencies] clap_mangen = "0.2.12" clap_complete = "4.3.2" -clap = "4.3.16" +clap = "4.3.19" [profile.dev] opt-level = 0