summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 20:42:42 +0200
committerGitHub <noreply@github.com>2023-05-22 20:42:42 +0200
commit5f6699a3d471a5bad84146e1baa3337dfc99544a (patch)
tree136e2f6f35f05c34c5ff2a49acb8b7f9937b1421
parentb3a8c415acae3ddf420b62ae8bda6c616aa152a4 (diff)
chore: Bump clap_mangen from 0.2.10 to 0.2.11 (#60)
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.10 to 0.2.11. - [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.10...clap_mangen-v0.2.11) --- updated-dependencies: - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.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 6c9b655..8a41148 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -132,9 +132,9 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "clap_mangen"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
+checksum = "6bcbd911d903a985de775aabe3bcef9b88e2a7d943e36aa8691617012d2b7731"
dependencies = [
"clap",
"roff",
diff --git a/Cargo.toml b/Cargo.toml
index b0b0ced..96dd499 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ clap = "4.3.0"
copypasta-ext = "0.4.4"
[build-dependencies]
-clap_mangen = "0.2.10"
+clap_mangen = "0.2.11"
clap_complete = "4.2.3"
clap = "4.3.0"