diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-04-24 05:01:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 05:01:00 +0000 |
commit | c96b5a799e7f88b3cdf4c3b6339a9996c591770f (patch) | |
tree | af1531865ea14a315c3c6423c2ffade14ccadbea | |
parent | Merge pull request #1108 from svenstaro/switch-to-dtolnay-rust-toolchain (diff) | |
download | miniserve-c96b5a799e7f88b3cdf4c3b6339a9996c591770f.tar.gz miniserve-c96b5a799e7f88b3cdf4c3b6339a9996c591770f.zip |
Bump clap_complete from 4.2.0 to 4.2.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1.
- [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.2.0...clap_complete-v4.2.1)
---
updated-dependencies:
- dependency-name: clap_complete
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
@@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" +checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473" dependencies = [ "clap", ] |