From bf40f1dc8624f080179de9471572591ba5ee3e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 23:39:47 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.3.2 to 4.4.0 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.3.2 to 4.4.0. - [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.3.2...clap_complete-v4.4.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... 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 a843766..e23da9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.3.2" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" +checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index a84a803..59251a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.3.24", features = ["derive", "env", "string"] } -clap_complete = "4.3.2" +clap_complete = "4.4.0" clap_mangen = "0.2.12" [dev-dependencies]