From 9e9f54b91c4516b0a1971ea833fbccda62966dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:20:08 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.33 to 4.5.35 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b7db93..b2863c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,9 +208,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/Cargo.toml b/Cargo.toml index 1b87d9f..0c06d4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ tracing-subscriber = { version = "0.3.18", features = [ [build-dependencies] clap = { version = "4.5.20", features = ["derive"], optional = true } -clap_complete = { version = "4.5.33", features = [], optional = true } +clap_complete = { version = "4.5.35", features = [], optional = true } clap_complete_nushell = { version = "4.5.4", optional = true } clap_mangen = { version = "0.2.24", features = [], optional = true } roff = { version = "0.2.2", optional = true }