build: bump kvm-ioctls from 0.10.0 to 0.11.0 in /fuzz

Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/kvm-ioctls/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-19 23:36:09 +00:00
parent c4211686ab
commit 5e7c9eaefd

15
fuzz/Cargo.lock generated
View File

@ -274,7 +274,7 @@ dependencies = [
"epoll",
"iced-x86",
"kvm-bindings",
"kvm-ioctls 0.11.0",
"kvm-ioctls",
"libc",
"log",
"serde",
@ -321,17 +321,6 @@ dependencies = [
"vmm-sys-util",
]
[[package]]
name = "kvm-ioctls"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48dc14f9047df1873cf6942caccc7431d19c3d496ca7a0d162260c4cf0f64b76"
dependencies = [
"kvm-bindings",
"libc",
"vmm-sys-util",
]
[[package]]
name = "kvm-ioctls"
version = "0.11.0"
@ -720,7 +709,7 @@ source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#8f7f2210ebe716
dependencies = [
"byteorder",
"kvm-bindings",
"kvm-ioctls 0.10.0",
"kvm-ioctls",
"log",
"vfio-bindings",
"vm-memory",