diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-18 04:19:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 04:19:46 +0000 |
commit | 49346f6241c2eb0bc0c541fc4f5abba6aa0142a2 (patch) | |
tree | 0eba2835512dc7677d603fea1b08d18be8bb0b19 | |
parent | Merge pull request #770 from svenstaro/dependabot/cargo/rustls-pemfile-1.0.0 (diff) | |
download | miniserve-49346f6241c2eb0bc0c541fc4f5abba6aa0142a2.tar.gz miniserve-49346f6241c2eb0bc0c541fc4f5abba6aa0142a2.zip |
Bump clap_mangen from 0.1.2 to 0.1.3
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.1.2 to 0.1.3.
- [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.2...clap_mangen-v0.1.3)
---
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
@@ -583,9 +583,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0649fb4156bbd7306896025005596033879a2051f9a3aa7416ab915df1f8fdac" +checksum = "900e313b78fbb118c46d130c1a979a1f4eab0d9a8f7f139975ff0c38063f431f" dependencies = [ "clap 3.1.8", "roff", |