From b09fa2491b59b64356484a6f35d83c52d9910154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:16:53 +0000 Subject: [PATCH] build(deps): bump clap from 4.4.8 to 4.4.11 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.8 to 4.4.11. - [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.8...v4.4.11) --- 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 3ad7b45..e0f87bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -111,18 +111,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.8" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2275f18819641850fa26c89acc84d465c1bf91ce57bc2748b28c420473352f64" +checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.4.8" +version = "4.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07cdf1b148b25c1e1f7a42225e30a0d99a615cd4637eae7365548dd4529b95bc" +checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 8347058..a9b75ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ version = "0.1.11" build = "build.rs" [dependencies] -clap = { version = "4.4.8", features = ["cargo"] } +clap = { version = "4.4.11", features = ["cargo"] } grep = "0.2.12" grep-matcher = "0.1.7" grep-regex = "0.1.12" @@ -30,6 +30,6 @@ assert_cmd = "2.0.12" tempfile = "3.8.1" [build-dependencies] -clap = { version = "4.4.8", features = ["cargo"] } +clap = { version = "4.4.11", features = ["cargo"] } clap_complete = "4" clap_mangen = "0.2.14"