diff --git a/src/i2c/Cargo.toml b/src/i2c/Cargo.toml index 399440b..27ac9c9 100644 --- a/src/i2c/Cargo.toml +++ b/src/i2c/Cargo.toml @@ -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"