deps: Update kvm-ioctls to 0.10.0

Updating kvm-ioctls from 0.9.0 to 0.10.0 now that Cloud Hypervisor
relies on kvm-bindings 0.5.0.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2021-09-16 11:16:31 +02:00
committed by Rob Bradford
parent 8ea0c542fd
commit 02173f42fc
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -467,9 +467,9 @@ dependencies = [
[[package]]
name = "kvm-ioctls"
version = "0.9.0"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2924454e22895c738e43331ae310459c74a11ded9c97dc250129ee10d2f9ca2"
checksum = "48dc14f9047df1873cf6942caccc7431d19c3d496ca7a0d162260c4cf0f64b76"
dependencies = [
"kvm-bindings",
"libc",