From 79fa60b73b298ec49e62aae1d2706d77b4cff4bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 22:00:21 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.2.2 to 4.2.3 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.2 to 4.2.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.2.2...clap_complete-v4.2.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 d5b5b42..57baf41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36774babb166352bb4f7b9cb16f781ffa3439d2a8f12cd31bea85a38c888fea3" +checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index f01faf1..c846d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.65" [dependencies] async-trait = "0.1.68" clap = { version = "4.2.5", features = ["derive"] } -clap_complete = "4.2.1" +clap_complete = "4.2.3" console = "0.15.5" directories = "5.0.1" env_logger = "0.10.0"