build: bump clap from 3.0.14 to 3.1.0 in /fuzz

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.14 to 3.1.0.
- [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/v3.0.14...clap_complete-v3.1.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-16 23:13:31 +00:00
parent f16fe56e33
commit 76d3d3d505

6
fuzz/Cargo.lock generated
View File

@ -128,9 +128,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "clap" name = "clap"
version = "3.0.14" version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63edc3f163b3c71ec8aa23f9bd6070f77edbf3d1d198b164afa90ff00e4ec62" checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
dependencies = [ dependencies = [
"atty", "atty",
"bitflags", "bitflags",
@ -456,6 +456,8 @@ dependencies = [
"hypervisor", "hypervisor",
"libc", "libc",
"log", "log",
"serde",
"serde_derive",
"thiserror", "thiserror",
"versionize", "versionize",
"versionize_derive", "versionize_derive",