diff --git a/Cargo.toml b/Cargo.toml index 8f4b607..27f9153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ libc = ">=0.2.39" log = ">=0.4.6" vhost = { version = "0.4", features = ["vhost-user-slave"] } virtio-bindings = "0.1" -virtio-queue = "0.3" +virtio-queue = "0.4" vm-memory = {version = ">=0.7", features = ["backend-mmap", "backend-atomic"]} vmm-sys-util = "0.9"