aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-22 07:49:19 +0000
committerGitHub <noreply@github.com>2022-06-22 07:49:19 +0000
commitc4212250cea79a9d4828434fa46f9bd74c372eb6 (patch)
treefb3737c05fef0aa2a83b45f4e45b49a3550da3d9
parentBump clap from 3.2.5 to 3.2.6 (#827) (diff)
downloadminiserve-c4212250cea79a9d4828434fa46f9bd74c372eb6.tar.gz
miniserve-c4212250cea79a9d4828434fa46f9bd74c372eb6.zip
Bump clap_mangen from 0.1.8 to 0.1.9 (#826)
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.8 to 0.1.9. - [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.1.8...clap_mangen-v0.1.9) --- 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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index de03b60..5cff4b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -592,9 +592,9 @@ dependencies = [
[[package]]
name = "clap_mangen"
-version = "0.1.8"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b009eb8517c57e54db8b50748684f84af57ff0390287f132970bf783b7d7ec7"
+checksum = "e16658e2f46d5269f95e4ec0f16594524cfc1e51637af40b2e5118c7c71a9fe1"
dependencies = [
"clap 3.2.6",
"roff",