build(deps): bump vmm-sys-util from 0.6.1 to 0.7.0

Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/v0.6.1...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-13 14:44:32 +00:00
parent 37f947d614
commit f7c42dc7d2
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1686,9 +1686,9 @@ dependencies = [
[[package]]
name = "vmm-sys-util"
version = "0.6.1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183d25b56a61a6f518ef464ac578e790f04added34dfaab59a453d8a03cb7bd0"
checksum = "d1cdd1d72e262bbfb014de65ada24c1ac50e10a2e3b1e8ec052df188c2ee5dfa"
dependencies = [
"bitflags 1.2.1",
"libc",

View File

@ -27,7 +27,7 @@ thiserror = "1.0"
vhost_user_block = { path = "vhost_user_block"}
vhost_user_net = { path = "vhost_user_net"}
vmm = { path = "vmm" }
vmm-sys-util = "0.6.1"
vmm-sys-util = "0.7.0"
wait-timeout = "0.2.0"
[build-dependencies]

View File

@ -20,4 +20,4 @@ vhost_rs = { git = "https://github.com/rust-vmm/vhost", branch = "master", packa
vhost_user_backend = { path = "../vhost_user_backend"}
vm-memory = "0.3.0"
vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = "0.6.1"
vmm-sys-util = "0.7.0"