From 3d31d416e1fd8b31269cf7b9637289e436493e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:53:06 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.30 to 4.5.32 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.30 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.30...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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ffb85048..79d70e5c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.30" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb31f1f3041ef3636e425b09e588911b72fc5513b2428b5b7df130f497e6a728" +checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 96151dd82..65d05f642 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ once_cell = "1.19.0" log = { version = "0.4", features = ["std"] } node-semver = "2" clap = { version = "4.5.18", features = ["color", "derive", "wrap_help"] } -clap_complete = "4.5.30" +clap_complete = "4.5.32" mockito = { version = "0.31.1", optional = true } textwrap = "0.16.1" which = "6.0.3"