diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-29 04:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 04:20:56 +0000 |
commit | e7fcecd4cfcc636b8d8cb734c94c6328abb0b179 (patch) | |
tree | 48d85fcb44f4ed05c2c518649ef763129cffd411 | |
parent | Merge pull request #830 from svenstaro/dependabot/cargo/rstest-0.15.0 (diff) | |
download | miniserve-e7fcecd4cfcc636b8d8cb734c94c6328abb0b179.tar.gz miniserve-e7fcecd4cfcc636b8d8cb734c94c6328abb0b179.zip |
Bump clap_mangen from 0.1.9 to 0.1.10
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.9 to 0.1.10.
- [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.9...clap_mangen-v0.1.10)
---
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -592,9 +592,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16658e2f46d5269f95e4ec0f16594524cfc1e51637af40b2e5118c7c71a9fe1" +checksum = "937efe4451c32be4ccb3e19549cbb1ea5cb85197f39b87a9662ca1d7b1765d1d" dependencies = [ "clap 3.2.6", "roff", |