build(deps): bump vmm-sys-util from 0.9.0 to 0.10.0

Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: vmm-sys-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-19 03:56:31 +00:00 committed by GitHub
parent 90e0fd4ac6
commit 82a931e0a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

6
Cargo.lock generated
View File

@ -450,7 +450,7 @@ dependencies = [
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vmm-sys-util 0.9.0",
"vmm-sys-util 0.10.0",
]
[[package]]
@ -467,7 +467,7 @@ dependencies = [
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vmm-sys-util 0.9.0",
"vmm-sys-util 0.10.0",
]
[[package]]
@ -487,7 +487,7 @@ dependencies = [
"virtio-bindings",
"virtio-queue",
"vm-memory",
"vmm-sys-util 0.9.0",
"vmm-sys-util 0.10.0",
]
[[package]]

View File

@ -22,7 +22,7 @@ vhost-user-backend = "0.5"
virtio-bindings = ">=0.1"
virtio-queue = "0.4"
vm-memory = ">=0.8"
vmm-sys-util = "=0.9.0"
vmm-sys-util = "=0.10.0"
[target.'cfg(target_env = "gnu")'.dependencies]
libgpiod = { git = "https://github.com/vireshk/libgpiod" }

View File

@ -22,7 +22,7 @@ vhost-user-backend = "0.5"
virtio-bindings = ">=0.1"
virtio-queue = "0.4"
vm-memory = ">=0.8"
vmm-sys-util = "=0.9.0"
vmm-sys-util = "=0.10.0"
[dev-dependencies]
virtio-queue = { version = "0.4", features = ["test-utils"] }

View File

@ -23,7 +23,7 @@ vhost-user-backend = "0.5"
virtio-bindings = ">=0.1"
virtio-queue = "0.4"
vm-memory = ">=0.8"
vmm-sys-util = "=0.9.0"
vmm-sys-util = "=0.10.0"
[dev-dependencies]
virtio-queue = { version = "0.4", features = ["test-utils"] }