From 177fed3622b4fff162fcde04fa2fd9c69d205bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 09:13:03 +0200 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.47 to 4.5.48 (#747) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48. - [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.47...clap_complete-v4.5.48) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.48 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 27d08932..a39a7942 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,9 +182,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.47" +version = "4.5.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" +checksum = "be8c97f3a6f02b9e24cadc12aaba75201d18754b53ea0a9d99642f806ccdb4c9" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 2f696a16..154a0cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ beef = "0.5.2" bitflags = "1.3.2" chrono = "0.4.40" clap = "4.5.37" -clap_complete = "4.5.47" +clap_complete = "4.5.48" clap_complete_fig = "4.5.2" clap_complete_nushell = "4.5.5" clap_mangen = "0.2.26"