summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-25 15:28:30 +0000
committerGitHub <noreply@github.com>2024-07-25 15:28:30 +0000
commite07740581db1edc768bac3af8ea611774fa2cc36 (patch)
treed2f37c54fd97456405fbc8adc4f46b2836a71410
parenta475daf72e5a29da1e6363c43e05e26a5f7023a8 (diff)
chore: Bump clap_mangen from 0.2.20 to 0.2.23dependabot/cargo/clap_mangen-0.2.23
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.20 to 0.2.23. - [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.20...clap_mangen-v0.2.23) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8f6106c..8c00621 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -157,9 +157,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "clap_mangen"
-version = "0.2.20"
+version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1dd95b5ebb5c1c54581dd6346f3ed6a79a3eef95dd372fc2ac13d535535300e"
+checksum = "f17415fd4dfbea46e3274fcd8d368284519b358654772afb700dc2e8d2b24eeb"
dependencies = [
"clap",
"roff",
diff --git a/Cargo.toml b/Cargo.toml
index 6dd35ea..2dab425 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ clap = "4.5.4"
copypasta-ext = "0.4.4"
[build-dependencies]
-clap_mangen = "0.2.20"
+clap_mangen = "0.2.23"
clap_complete = "4.5.2"
clap = "4.4.7"