diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-19 04:16:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 04:16:27 +0000 |
commit | 6efcfb10f471ce5c5df2632ff7055880109a27b7 (patch) | |
tree | 06ed95ea00fcda4019af135091271c625fd79c5f | |
parent | Merge pull request #938 from svenstaro/dependabot/cargo/clap-4.0.16 (diff) | |
download | miniserve-6efcfb10f471ce5c5df2632ff7055880109a27b7.tar.gz miniserve-6efcfb10f471ce5c5df2632ff7055880109a27b7.zip |
Bump clap_mangen from 0.2.2 to 0.2.3
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.2 to 0.2.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.2.2...clap_mangen-v0.2.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
@@ -576,9 +576,9 @@ dependencies = [ [[package]] name = "clap_mangen" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d5cd261a1d5601621a7ee4870f6e7f3f1ba3fc901d867f5201b36691e7efbe" +checksum = "6cb68fb090907789b55ddfcf42f03490cd9b94a6da519b75d871cf3a0963735c" dependencies = [ "clap", "roff", |