From f6918c16b3116be32e272937d4681d14a24e1df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:01:39 +0000 Subject: [PATCH] Bump clap_complete from 4.2.0 to 4.2.1 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1. - [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.2.0...clap_complete-v4.2.1) --- 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 1002229..3642313 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,9 +228,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" +checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 95371dc..f342da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.2.4", features = ["derive", "env", "string"] } -clap_complete = "4.2.0" +clap_complete = "4.2.1" clap_mangen = "0.2.10" [dev-dependencies]