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

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]