From 2e0fa3a4c99253a6426d5d9c4460f5152408306b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 15:33:19 +0000 Subject: [PATCH] cargo: bump clap_mangen from 0.2.2 to 0.2.3 Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.2 to 0.2.3. - [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.2...clap_mangen-v0.2.3) --- 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 d8496bd9b..a4ebab250 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe" +checksum = "6cb68fb090907789b55ddfcf42f03490cd9b94a6da519b75d871cf3a0963735c" dependencies = [ "clap 4.0.17", "roff", diff --git a/Cargo.toml b/Cargo.toml index 470bc9ccb..377474eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ atty = "0.2.14" chrono = { version = "0.4.22", default-features = false, features = ["std", "clock"] } clap = { version = "4.0.17", features = ["derive", "deprecated"] } clap_complete = "4.0.2" -clap_mangen = "0.2.2" +clap_mangen = "0.2.3" config = { version = "0.13.2", default-features = false, features = ["toml"] } dirs = "4.0.0" git2 = "0.15.0"