diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-28 05:01:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 05:01:01 +0000 |
commit | 32f20ebff031015bb27563a627afbf1697c879a1 (patch) | |
tree | e8384c6440e43daaf8b79981b2a064cb3e92bde1 /Cargo.lock | |
parent | Bump deps (diff) | |
download | miniserve-32f20ebff031015bb27563a627afbf1697c879a1.tar.gz miniserve-32f20ebff031015bb27563a627afbf1697c879a1.zip |
Bump clap_complete from 4.1.5 to 4.1.6
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.5 to 4.1.6.
- [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-v4.1.5...clap_complete-v4.1.6)
---
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 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -568,9 +568,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.1.5" +version = "4.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37686beaba5ac9f3ab01ee3172f792fc6ffdd685bfb9e63cfef02c0571a4e8e1" +checksum = "40d3120a421cd111c43f1a6c7d0dd83bb6aaa0659c164468a1654014632a5ec6" dependencies = [ "clap", ] |