From ce1918e07744515b5921365368a005bdcc4ef18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:09:57 +0000 Subject: [PATCH] Bump clap_mangen from 0.2.10 to 0.2.11 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.10 to 0.2.11. - [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.10...clap_mangen-v0.2.11) --- 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 859deed..5710b63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,9 +180,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8" +checksum = "6bcbd911d903a985de775aabe3bcef9b88e2a7d943e36aa8691617012d2b7731" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 4a62d29..973eb1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ features = ["crossterm", "serde"] [build-dependencies] clap = { version = "4.1.11", features = ["derive"] } clap_complete = "4.3.0" -clap_mangen = "0.2.10" +clap_mangen = "0.2.11" [profile.release] lto = true