From 9dbb3d7f7a9c7ee3ab91ca44fe192131ffa20855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:11:17 +0000 Subject: [PATCH] build(deps): bump clap_mangen from 0.2.18 to 0.2.19 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.18 to 0.2.19. - [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.18...clap_mangen-v0.2.19) --- 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 edd7618..1153dfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "clap_mangen" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43144ab702c764b0a3ecda5ecd2aba2e6874d8de4b9f56930bbb1e88fcecd84a" +checksum = "8e35a078f3aae828c9b7ad58e1631dab87e9dac40da19418f2219bbf3198aa5c" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 807e194..a789965 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ features = ["macros", "process", "rt-multi-thread"] [build-dependencies] clap = { version = "4.4.18", features = ["derive"] } clap_complete = "4.4.10" -clap_mangen = "0.2.18" +clap_mangen = "0.2.19" [dev-dependencies] heck = "0.4.1"