From da2c770f000882b95ef60462586d9d000a2f5e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:14:28 +0000 Subject: [PATCH] chore(deps): Bump clap_complete from 4.5.25 to 4.5.26 (#271) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.25 to 4.5.26. - [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.25...clap_complete-v4.5.26) --- 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 72b71d7..a18b29f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.25" +version = "4.5.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d7f143a7e709cbe6c34853dcd3bb1370c7e1bb4d9e7310ca8cb40b490ae035" +checksum = "205d5ef6d485fa47606b98b0ddc4ead26eb850aaa86abfb562a94fb3280ecba0" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 101e25c..e59d885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ colorsys = "0.6.7" shellexpand = "3.1.0" toml = "0.8.8" dirs-next = "2.0.0" -clap_complete = "4.5.25" +clap_complete = "4.5.26" tinytemplate = "1.2.1" better-panic = "0.3.0" ratatui-splash-screen = "0.1.4"