From 69fb7645d7ff7759ee1feaabd42e9fb27780b231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:25:00 -0800 Subject: [PATCH] Bump clap_complete from 4.5.43 to 4.5.44 (#1000) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.44. - [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.43...clap_complete-v4.5.44) --- 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 f2d54aea..8d15904e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,9 +565,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.43" +version = "4.5.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861" +checksum = "375f9d8255adeeedd51053574fd8d4ba875ea5fa558e86617b07f09f1680c8b6" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 9823f7ad..f650e1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ base64 = "0.22.1" built = { version = "0.7.5", features = ["git2"] } chrono = { version = "0.4.39", features = ["serde"] } clap = { version = "4.5.27", features = ["derive", "string", "env", "wrap_help"] } -clap_complete = "4.5.43" +clap_complete = "4.5.44" colored = "2.2.0" crossterm = { version = "0.27.0", features = [ "event-stream" ] } dialoguer = "0.10.4"