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

@@ -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"