mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-30 17:49:08 +00:00
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:
parent
90e0fd4ac6
commit
82a931e0a5
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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]]
|
||||
|
||||
@ -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" }
|
||||
|
||||
@ -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"] }
|
||||
|
||||
@ -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"] }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user