From cdad75e431a093e8196b76a9336232bd26b1ad0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:20:14 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.4.2 to 4.4.3 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.2 to 4.4.3. - [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/clap_complete-v4.4.2...clap_complete-v4.4.3) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15c9d6a..49dd341 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8baeccdb91cd69189985f87f3c7e453a3a451ab5746cf3be6acc92120bd16d24" +checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index ed1671b..b8e1aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.4.5", features = ["derive", "env", "string"] } -clap_complete = "4.4.2" +clap_complete = "4.4.3" clap_mangen = "0.2.14" [dev-dependencies]