From 0f4fdc043b25aa4fac7dcbb157af871e62f69c31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:37:32 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.29 to 4.5.32 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.29 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.29...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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d315c1..9a578c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,9 +205,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.29" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8937760c3f4c60871870b8c3ee5f9b30771f792a7045c48bcbba999d7d6b3b8e" +checksum = "74a01f4f9ee6c066d42a1c8dedf0dcddad16c72a8981a309d6398de3a75b0c39" dependencies = [ "clap 4.5.18", ] @@ -427,7 +427,7 @@ dependencies = [ "bunt", "chrono", "clap 4.5.18", - "clap_complete 4.5.29", + "clap_complete 4.5.32", "clap_generate", "jsonwebtoken", "parse_duration", diff --git a/Cargo.toml b/Cargo.toml index d85764f..f06fd94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ chrono = "0.4" parse_duration = "2.1.1" atty = "0.2" clap_generate = "3.0.3" -clap_complete = "4.5.29" +clap_complete = "4.5.32" [dev-dependencies] tempdir = "0.3.7"