From b9dadb397e9260e83423382014b77c036c7cf1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:20:13 +0000 Subject: [PATCH] chore(deps): bump clap_complete from 4.5.33 to 4.5.35 (#271) Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.33 to 4.5.35. - [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.33...clap_complete-v4.5.35) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/daktilo/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77a36a4..a4dcdb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.33" +version = "4.5.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" +checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb" dependencies = [ "clap", ] diff --git a/crates/daktilo/Cargo.toml b/crates/daktilo/Cargo.toml index c35567d..f476dcd 100644 --- a/crates/daktilo/Cargo.toml +++ b/crates/daktilo/Cargo.toml @@ -26,7 +26,7 @@ clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] dirs = "5.0.1" regex = "1.11.1" serde_regex = "1.1.0" -clap_complete = "4.5.33" +clap_complete = "4.5.35" clap_mangen = "0.2.24" colored = "2.1.0" tokio.workspace = true