From 5042be1f923a11134ce4b9b4c247fcf6510ef28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:43:27 +0000 Subject: [PATCH] build(deps): bump clap_complete from 4.5.28 to 4.5.36 Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.28 to 4.5.36. - [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.28...clap_complete-v4.5.36) --- 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 06a96be..ebe3fc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,9 +306,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.28" +version = "4.5.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b378c786d3bde9442d2c6dd7e6080b2a818db2b96e30d6e7f1b6d224eb617d3" +checksum = "86bc73de94bc81e52f3bebec71bc4463e9748f7a59166663e32044669577b0e2" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index b4516b2..3d539a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.5.20", features = ["derive", "env", "string"] } -clap_complete = "4.5.28" +clap_complete = "4.5.36" clap_mangen = "0.2.24" [dev-dependencies]