From 5083a38f1c46492b63b643919b4feb1081267301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:48:11 +0000 Subject: [PATCH] Bump clap_mangen from 0.2.12 to 0.2.15 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.12 to 0.2.15. - [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.12...clap_mangen-v0.2.15) --- 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 0179e2c2..033a503f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "clap_mangen" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f" +checksum = "d3be86020147691e1d2ef58f75346a3d4d94807bfc473e377d52f09f0f7d77f7" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 8ee32fc3..282a1b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ anyhow = "1.0.72" [build-dependencies] clap = {version = "4.3.19", features = ["default", "cargo"]} -clap_mangen = "0.2.12" +clap_mangen = "0.2.15" [features]