From f3043e78afabaca23c0844a69f6d79ee81b8bd47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:36:09 +0000 Subject: [PATCH] chore: Bump clap from 4.4.7 to 4.4.12 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.7 to 4.4.12. - [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.4.7...v4.4.12) --- 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 1c9f062..8cbe5b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,18 +112,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.7" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" +checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.7" +version = "4.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" +checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e4b084b..7bf0bc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,13 @@ bytesize = "1.3.0" unicode-width = "0.1.11" colorsys = "0.6.7" enum-iterator = "1.4.1" -clap = "4.4.7" +clap = "4.4.12" copypasta-ext = "0.4.4" [build-dependencies] clap_mangen = "0.2.15" clap_complete = "4.4.4" -clap = "4.4.7" +clap = "4.4.12" [profile.dev] opt-level = 0