From c8e6711ea9718a95b288666a360ce937a1e55508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:02:42 +0000 Subject: [PATCH] chore(deps): update clap_complete requirement from =4.6.10 to =4.6.11 Updates the requirements on [clap_complete](https://github.com/clap-rs/clap) to permit the latest version. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.6.10...clap_complete-v4.6.11) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a6ea74..1155bb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num_cpus = "=1.17.0" console = {version = "=0.16.6", optional = true } prettytable-rs = { version = "=0.10.0", optional = true } clap = { version = "=4.6.7", features = ["std", "color", "suggestions", "cargo"], optional = true } -clap_complete = { version = "=4.6.10", optional = true } +clap_complete = { version = "=4.6.11", optional = true } bugreport = { version = "=0.6.0", optional = true } miette = { version = "=7.6.0", features = ["fancy"] }