From 1f25f4c11602f9140af687a25eebe3a8a3a313c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:30:43 +0000 Subject: [PATCH] chore(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 f98c53f..dbc96a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[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 26b346f..3ac1514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ path = "src/bin/test.rs" [dependencies] clap = { version = "4.5.19", features = ["derive", "env", "wrap_help"] } clap_complete = "4.5.32" -clap_mangen = "0.2.23" +clap_mangen = "0.2.24" colored = "2.1.0" console = "0.15.8" dialoguer = { version = "0.11.0", default-features = false }