From ffca12d8775d3407881fa65fe418631458e8df30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:22:34 +0000 Subject: [PATCH] chore: Bump clap from 4.3.10 to 4.3.12 Bumps [clap](https://github.com/clap-rs/clap) from 4.3.10 to 4.3.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.3.10...v4.3.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 b3206a0..2a8414e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,18 +95,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.3.10" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a" +checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.3.10" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" +checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index d7cf1ce..cd182b6 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.10" +clap = "4.3.12" copypasta-ext = "0.4.4" [build-dependencies] clap_mangen = "0.2.12" clap_complete = "4.3.1" -clap = "4.3.10" +clap = "4.3.12" [profile.dev] opt-level = 0