From 2da1411d690c09df5e7df1e597dc89087f66ac14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:03:08 +0000 Subject: [PATCH] chore(deps): Bump clap_complete from 4.5.9 to 4.5.11 (#243) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.11. - [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.9...clap_complete-v4.5.11) --- 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 6127951..401b25a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.9" +version = "4.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa2032320fd6f50d22af510d204b2994eef49600dfbd0e771a166213844e4cd" +checksum = "c6ae69fbb0833c6fcd5a8d4b8609f108c7ad95fc11e248d853ff2c42a90df26a" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index a28c9b9..99d8a97 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.9" +clap_complete = "4.5.11" tinytemplate = "1.2.1" better-panic = "0.3.0" ratatui-splash-screen = "0.1.3"