build(deps): bump kvm-ioctls from 0.4.0 to 0.5.0

Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/kvm-ioctls/compare/v0.4.0...v0.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-29 09:53:56 +00:00
parent b4d04bdff6
commit 1651cc3953
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ default = []
[dependencies]
byteorder = "1.3.2"
kvm-bindings = "0.2.0"
kvm-ioctls = "0.4.0"
kvm-ioctls = "0.5.0"
libc = "0.2.60"
acpi_tables = { path = "../acpi_tables", optional = true }