diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-03 04:16:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 04:16:12 +0000 |
commit | 856472b4333a77e6e5732beb76bd10d75e48ec1a (patch) | |
tree | a7d560bb76f779c3f63da3dab9bcea53fa3e232f /Cargo.lock | |
parent | Bump deps (diff) | |
download | miniserve-856472b4333a77e6e5732beb76bd10d75e48ec1a.tar.gz miniserve-856472b4333a77e6e5732beb76bd10d75e48ec1a.zip |
Bump clap_complete from 3.1.0 to 3.1.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 3.1.0 to 3.1.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-v3.1.0...clap_complete-v3.1.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>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -582,9 +582,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23eec4dd324308f49d8bf86a2732078c34d57955fec1e1d865554fc37c15d420" +checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25" dependencies = [ "clap 3.1.3", ] |