From 0be16247c84a8574598a7a0565717a71cc048735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:34:24 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.37 to 4.5.40 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.37 to 4.5.40. - [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.37...clap_complete-v4.5.40) --- 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 afc640f..166a7d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,9 +274,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.37" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595" +checksum = "ac2e663e3e3bed2d32d065a8404024dad306e699a04263ec59919529f803aee9" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index f0f423c..df90565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/ryanccn/am.git" async-trait = "0.1.83" chrono = "0.4.38" clap = { version = "4.5.20", features = ["derive"] } -clap_complete = "4.5.37" +clap_complete = "4.5.40" color-eyre = "0.6.3" crossterm = "0.28.1" owo-colors = "4.1.0"