Update virtio-queue requirement from 0.1 to 0.2
Updates the requirements on [virtio-queue](https://github.com/rust-vmm/vm-virtio) to permit the latest version. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-queue-v0.1.0...virtio-queue-v0.2.0) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6e66d2c1a4
commit
ebb6d93fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ libc = ">=0.2.39"
|
|||
log = ">=0.4.6"
|
||||
vhost = { version = "0.3", features = ["vhost-user-slave"] }
|
||||
virtio-bindings = "0.1"
|
||||
virtio-queue = "0.1"
|
||||
virtio-queue = "0.2"
|
||||
vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic"]}
|
||||
vmm-sys-util = "0.9"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue