From 218429be48abc25159ca07fcd1123fdc5b6f154c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:32:05 +0000 Subject: [PATCH] build(deps): bump clap_mangen from 0.2.12 to 0.2.13 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.12 to 0.2.13. - [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.13) --- 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 8031c3d97..b90f72bbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,9 +253,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "clap_mangen" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f" +checksum = "cf8e5f34d85d9e0bbe2491d100a7a7c1007bb2467b518080bfe311e8947197a9" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 2a9c67ee1..e7bc62e6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ is_executable = "1.0.1" [build-dependencies] clap = { version = "4.4.0", features = ["derive", "env", "string"] } clap_complete = "4.4.0" -clap_mangen = "0.2.12" +clap_mangen = "0.2.13" [dev-dependencies] assert_cmd = "2.0.12"