From 51009d208ae631a86b1ef6621be9826526b342b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 11:22:49 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.47 to 4.5.50 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.50. - [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.47...clap_complete-v4.5.50) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.50 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 5d2935b..30da13b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,9 +295,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.47" +version = "4.5.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f5378ea264ad4f82bbc826628b5aad714a75abf6ece087e923010eb937fb6" +checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 02f2400..0f6df48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ anstream = "0.6.18" async-trait = "0.1.88" chrono = "0.4.40" clap = { version = "4.5.37", features = ["derive"] } -clap_complete = "4.5.47" +clap_complete = "4.5.50" color-eyre = "0.6.3" crossterm = { version = "0.29.0", features = ["event-stream"] } eyre = "0.6.12"