From 5419e286155f3cffabbe25182484514ac29dc09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:57:20 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.4.10 to 4.5.1 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.10 to 4.5.1. - [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.4.10...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-minor ... 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 67eda0f..aebfd33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,9 +263,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.4.10" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb745187d7f4d76267b37485a65e0149edd0e91a4cfcdd3f27524ad86cee9f3" +checksum = "885e4d7d5af40bfb99ae6f9433e292feac98d452dcb3ec3d25dfe7552b77da8c" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index f6b1321..93df018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/ryanccn/am.git" async-trait = "0.1.77" chrono = "0.4.31" clap = { version = "4.4.7", features = ["derive"] } -clap_complete = "4.4.4" +clap_complete = "4.5.1" color-eyre = "0.6.2" crossterm = "0.27.0" owo-colors = "4.0.0"