From a929e2d51da1baf6766700f120869bc03a3f948e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:50:10 +0000 Subject: [PATCH] cargo: bump clap_complete in the cargo-minor-and-patch group Bumps the cargo-minor-and-patch group with 1 update: [clap_complete](https://github.com/clap-rs/clap). Updates `clap_complete` from 4.6.3 to 4.6.4 - [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.6.3...clap_complete-v4.6.4) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-and-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 25c9d8e5..4f1d3431 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.3" +version = "4.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "660c0520455b1013b9bcb0393d5f643d7e4454fb69c915b8d6d2aa0e9a45acc3" +checksum = "e3e962dae2b1e5007fe9e3db363ddc43a8bf25546d279f7a8a4401204690e80c" dependencies = [ "clap", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index d26546af..ea4e6602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ crate-type = ["cdylib"] [dependencies] clap = { version = "4.6.1", features = ["derive"] } -clap_complete = { version = "4.6.3", features = ["unstable-dynamic"] } +clap_complete = { version = "4.6.4", features = ["unstable-dynamic"] } ratatui = { git = "https://github.com/Marlinski/ratatui.git", rev = "fd8e0f024847af467129e0a166390d7e291c1b2e", features = ["default", "unstable-rendered-line-info"] } # default flags include "windows" which just causes bloat # "use-dev-tty" is needed to avoid crossterm's event loop from spinning on closed stdin.