From b9b39cb0fe36a4efe752da6a75e89fe50fefb266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:59:20 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.4.5 to 4.4.9 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.5 to 4.4.9. - [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.4.5...clap_complete-v4.4.9) --- 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 d284830..8b9e700 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.5" +version = "4.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b" +checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 9048c51..d5031f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ rstest = "0.17.0" [build-dependencies] clap = { version = "4.1.11", features = ["derive"] } clap-verbosity-flag = "2.1.1" -clap_complete = "4.4.5" +clap_complete = "4.4.9"