mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-04 00:06:17 +00:00
build(deps): update vhost requirement from 0.1 to 0.2
Updates the requirements on [vhost](https://github.com/rust-vmm/vhost) to permit the latest version. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Changelog](https://github.com/rust-vmm/vhost/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vhost/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: vhost dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c5e90cfee9
commit
c27d308f56
@ -16,7 +16,7 @@ clap = { version = "=3.0.0-beta.2", features = ["yaml"] }
|
||||
epoll = "4.3"
|
||||
libc = ">=0.2.95"
|
||||
log = ">=0.4.6"
|
||||
vhost = { version = "0.1", features = ["vhost-user-slave"] }
|
||||
vhost = { version = "0.2", features = ["vhost-user-slave"] }
|
||||
vhost-user-backend = { git = "https://github.com/rust-vmm/vhost-user-backend", rev = "70f668a699d865f13ba40498897ad181a409bd41" }
|
||||
virtio-bindings = ">=0.1"
|
||||
vm-memory = "0.6"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user