From 3b14b7d88fa8c8704795c15d8392e89a8fc42096 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Nov 2025 03:10:14 +0000
Subject: [PATCH] Bump clap_mangen from 0.2.30 to 0.2.31
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.30 to 0.2.31.
- [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.30...clap_mangen-v0.2.31)
---
updated-dependencies:
- dependency-name: clap_mangen
dependency-version: 0.2.31
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
Cargo.lock | 4 ++--
xtask/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7973b79..defd54f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -329,9 +329,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "clap_mangen"
-version = "0.2.30"
+version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "263c8214a8e0cb8129f3c62036c50e9c6e15c7bd364c42e0437c492b9293f778"
+checksum = "439ea63a92086df93893164221ad4f24142086d535b3a0957b9b9bea2dc86301"
dependencies = [
"clap",
"roff",
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 5148e6e..f4287ad 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -10,4 +10,4 @@ authors = ["Gaëtan Lehmann "]
yage = { path=".." }
clap = { version = "4.5.13", features = ["derive", "env", "wrap_help"] }
clap-markdown = "0.1.5"
-clap_mangen = "0.2.30"
+clap_mangen = "0.2.31"