From 669a9fa00fea68a97072be691e1407dbdea43baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 10:02:46 +0000 Subject: [PATCH] Bump clap_complete from 4.6.2 to 4.6.3 in the dependencies group Bumps the dependencies group with 1 update: [clap_complete](https://github.com/clap-rs/clap). Updates `clap_complete` from 4.6.2 to 4.6.3 - [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.2...clap_complete-v4.6.3) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/spellout/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a08ff3a..e8d10bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.2" +version = "4.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff7a1dccbdd8b078c2bdebff47e404615151534d5043da397ec50286816f9cb" +checksum = "660c0520455b1013b9bcb0393d5f643d7e4454fb69c915b8d6d2aa0e9a45acc3" dependencies = [ "clap", ] diff --git a/crates/spellout/Cargo.toml b/crates/spellout/Cargo.toml index 5e68e9c..65ba19e 100644 --- a/crates/spellout/Cargo.toml +++ b/crates/spellout/Cargo.toml @@ -28,6 +28,6 @@ tag-prefix = "" [dependencies] anyhow = "1.0.102" clap = { version = "4.6.1", features = ["derive", "env", "wrap_help"] } -clap_complete = "4.6.2" +clap_complete = "4.6.3" clap_mangen = "0.3.0" spellabet = { path = "../spellabet" }