From 85cf48aca145450ebba9b7b0380c0ce0fa8fbb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 11:14:23 +0000 Subject: [PATCH] chore(deps): Bump clap_complete from 4.5.7 to 4.5.8 (#236) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.8. - [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.7...clap_complete-v4.5.8) --- 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 136355a..f552e49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.7" +version = "4.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d" +checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index e95d468..abc4811 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.7" +clap_complete = "4.5.8" tinytemplate = "1.2.1" better-panic = "0.3.0" ratatui-splash-screen = "0.1.3"