From f0ffe8d001b25c1fc9f4dd4f3dc27b63b02a222e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 22:57:00 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.4.9 to 4.5.0 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.9 to 4.5.0. - [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.9...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- backhand-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 711fac4f..ac86abdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -264,9 +264,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.9" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df631ae429f6613fcd3a7c1adbdb65f637271e561b03680adaa6573015dfb106" +checksum = "299353be8209bd133b049bf1c63582d184a8b39fd9c04f15fe65f50f88bdfe6c" dependencies = [ "clap", ] diff --git a/backhand-cli/Cargo.toml b/backhand-cli/Cargo.toml index 44b661bd..d405a5e9 100644 --- a/backhand-cli/Cargo.toml +++ b/backhand-cli/Cargo.toml @@ -16,7 +16,7 @@ nix = { version = "0.27.1", default-features = false, features = ["fs"] } clap = { version = "4.4.18", features = ["derive", "wrap_help"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] } libc = "0.2.153" -clap_complete = "4.4.9" +clap_complete = "4.5.0" indicatif = "0.17.7" console = "0.15.8" rayon = "1.8.1"