From 742bc93bc2011c3480da3daf7c468620cb626519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:14:58 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.36 to 4.5.38 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.36 to 4.5.38. - [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.36...clap_complete-v4.5.38) --- 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 691d8b8..bfa3a33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -284,9 +284,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.36" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2" +checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01" dependencies = [ "clap 4.5.20", ] diff --git a/Cargo.toml b/Cargo.toml index 38db14e..aa112f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ textwrap = "0.16.1" tui-input = "0.11.0" tui-popup = "0.6.0" clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] } -clap_complete = "4.5.36" +clap_complete = "4.5.38" clap_mangen = "0.2.21" webbrowser = "1.0.2" itertools = "0.13.0"