diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-05 13:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 13:10:05 +0000 |
commit | 58b9a2f2f0c1d289c716760d241923bc0ce32886 (patch) | |
tree | 04a6045a44fe333cf31b71df9763783a66f9ac67 /Cargo.lock | |
parent | Merge pull request #692 from svenstaro/dependabot/cargo/clap-3.0.4 (diff) | |
download | miniserve-58b9a2f2f0c1d289c716760d241923bc0ce32886.tar.gz miniserve-58b9a2f2f0c1d289c716760d241923bc0ce32886.zip |
Bump clap_complete from 3.0.1 to 3.0.2
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.0.1 to 3.0.2.
- [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_complete-v3.0.1...clap_complete-v3.0.2)
---
updated-dependencies:
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -592,9 +592,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.0.1" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e3cb395a9ef3c4ddabee9d6a0d0419b107cccf3e431fc0015df90f24849386c" +checksum = "a394f7ec0715b42a4e52b294984c27c9a61f77c8d82f7774c5198350be143f19" dependencies = [ "clap 3.0.4", ] |