From 0df561f55968d275ac853a8c3929767dbec37e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:40:22 +0000 Subject: [PATCH] chore(deps): bump clap_mangen from 0.2.13 to 0.2.14 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.13 to 0.2.14. - [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.13...clap_mangen-v0.2.14) --- 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 338f8fa..8b1590c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,9 +125,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "clap_mangen" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf8e5f34d85d9e0bbe2491d100a7a7c1007bb2467b518080bfe311e8947197a9" +checksum = "b44f35c514163027542f7147797ff930523eea288e03642727348ef1a9666f6b" dependencies = [ "clap", "roff", diff --git a/Cargo.toml b/Cargo.toml index 3e19efa..bbef2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ urlencoding = "2.1.3" [build-dependencies] clap = { version = "4.4.4", features = ["derive"] } clap_complete = "4.4.1" -clap_mangen = "0.2.13" +clap_mangen = "0.2.14"