From 766a8b650819b555beddfe63fcc414a9a5c3654e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:57:38 +0000 Subject: [PATCH] chore(deps): Bump clap_complete from 4.5.29 to 4.5.33 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.33. - [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.33) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98b44c7..fdc807f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.29" +version = "4.5.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e" +checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" dependencies = [ "clap", ] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 401798b..b094679 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -27,7 +27,7 @@ path = "src/main.rs" anyhow.workspace = true byte-unit = "5.1.4" clap = { workspace = true, features = ["wrap_help"] } -clap_complete = "4.5.29" +clap_complete = "4.5.33" clap_complete_nushell = "4.5.3" dialoguer.workspace = true fraction = { version = "0.15.3", default-features = false }