From 0c5355f82b3751f01e1e7b8c8c0efc131c720dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 02:30:46 +0000 Subject: [PATCH] Bump clap_complete from 4.5.20 to 4.5.22 (#313) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.20 to 4.5.22. - [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.5.20...clap_complete-v4.5.22) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 073d75d..35a246e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.20" +version = "4.5.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aedc27e53da9ff495f5da6f4325390e71f46f886022b618303042e8ccf4bcac" +checksum = "9340e41703683548f486fdfdce615b0520dd220d18b1d4ce5abbc87d461c221b" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index dbd15cc..593aebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ normal = ["tikv-jemallocator-global"] attohttpc = { version = "0.28.0", default-features = false, features = ["compress", "json", "rustls"] } base64 = "0.22.1" clap = { version = "4.5.16", features = ["cargo", "env", "wrap_help"] } -clap_complete = "4.5.20" +clap_complete = "4.5.22" comfy-table = "7.1.1" dialoguer = "0.11.0" pretty_env_logger = "0.5.0"