aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-23 04:19:50 +0000
committerGitHub <noreply@github.com>2023-02-23 04:19:50 +0000
commit29ddce1167db280ed9bb30c12f580ba92ec8b153 (patch)
tree8399ee658fb89c4a49a2daeb3c52612c0cfd2193
parentAdd CHANGELOG entry for sorting subdir fix (diff)
downloadminiserve-29ddce1167db280ed9bb30c12f580ba92ec8b153.tar.gz
miniserve-29ddce1167db280ed9bb30c12f580ba92ec8b153.zip
Bump clap_mangen from 0.2.8 to 0.2.9
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.8 to 0.2.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.2.8...clap_mangen-v0.2.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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fe48582..2fea4ea 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -585,9 +585,9 @@ dependencies = [
[[package]]
name = "clap_mangen"
-version = "0.2.8"
+version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48283ce8d5cd9513633949a674a0442bcb507ab61ed6533863437052ddbb494b"
+checksum = "bb0f09a0ca8f0dd8ac92c546b426f466ef19828185c6d504c80c48c9c2768ed9"
dependencies = [
"clap",
"roff",