From 09dd4d728e47a3f55b93da9fa98a7d609feb45b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 04:35:50 +0000 Subject: [PATCH] Bump clap_complete from 4.5.29 to 4.5.32 (#327) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.32. - [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.29...clap_complete-v4.5.32) --- 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 fd159ed..085ac83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,9 +173,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.29" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e" +checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 219972e..ed2907a 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.19", features = ["cargo", "env", "wrap_help"] } -clap_complete = "4.5.29" +clap_complete = "4.5.32" comfy-table = "7.1.1" dialoguer = "0.11.0" pretty_env_logger = "0.5.0"