From d7427b25ab4de27b290363614a4fd16004422058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 23:16:51 +0000 Subject: [PATCH] build(deps): bump clap_mangen from 0.2.23 to 0.2.24 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.23 to 0.2.24. - [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_mangen-v0.2.23...clap_mangen-v0.2.24) --- updated-dependencies: - dependency-name: clap_mangen 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 0f50b03..3a185ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,9 +333,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clap_mangen" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb" +checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 4f46303..8da8b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.5.20", features = ["derive", "env", "string"] } clap_complete = "4.5.28" -clap_mangen = "0.2.20" +clap_mangen = "0.2.24" [dev-dependencies] assert_cmd = "2.0.14"