From bff58d411925917afc8adc1eab286dd59cb52b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:49:29 +0000 Subject: [PATCH] chore(deps): bump clap_mangen from 0.2.15 to 0.2.16 (#417) Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.15 to 0.2.16. - [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.15...clap_mangen-v0.2.16) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- git-cliff/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12afcd2a79..12304ebabf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,9 +320,9 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "clap_mangen" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3be86020147691e1d2ef58f75346a3d4d94807bfc473e377d52f09f0f7d77f7" +checksum = "10b5db60b3310cdb376fbeb8826e875a38080d0c61bdec0a91a3da8338948736" dependencies = [ "clap", "roff", diff --git a/git-cliff/Cargo.toml b/git-cliff/Cargo.toml index 65e964c4de..cb55a1afa4 100644 --- a/git-cliff/Cargo.toml +++ b/git-cliff/Cargo.toml @@ -38,7 +38,7 @@ lazy_static.workspace = true dirs.workspace = true clap = { version = "4.4.12", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.4.5" -clap_mangen = "0.2.15" +clap_mangen = "0.2.16" shellexpand = "3.1.0" update-informer = { version = "1.1.0", optional = true } indicatif = { version = "0.17.7", optional = true }