From 1ee6a583fbc595dcb21b37ca7e986df3e59e978c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:06:08 +0000 Subject: [PATCH] build: bump clap_mangen from 0.2.24 to 0.2.26 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.24 to 0.2.26. - [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.24...clap_mangen-v0.2.26) --- 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 5f13b3a0f..13ee72505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,9 +479,9 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clap_mangen" -version = "0.2.24" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf" +checksum = "724842fa9b144f9b89b3f3d371a89f3455eea660361d13a554f68f8ae5d6c13a" dependencies = [ "clap 4.5.23", "roff 0.2.2", diff --git a/Cargo.toml b/Cargo.toml index 70e9aa72c..55bc1eaf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ chrono = "0.4.39" chrono-english = "0.1.7" chronoutil = "0.2.7" clap = "4.5.23" -clap_mangen = "0.2.22" +clap_mangen = "0.2.26" color-eyre = "0.6.3" concolor = { version = "0.1.1", features = ["auto"] } console = "0.15.10"