diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-23 04:19:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 04:19:50 +0000 |
commit | 29ddce1167db280ed9bb30c12f580ba92ec8b153 (patch) | |
tree | 8399ee658fb89c4a49a2daeb3c52612c0cfd2193 /Cargo.lock | |
parent | Add CHANGELOG entry for sorting subdir fix (diff) | |
download | miniserve-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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |