diff --git a/Cargo.toml b/Cargo.toml index bfc7097..6740398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.dependencies] -virtio-bindings = "0.2.5" -virtio-queue = "0.15.0" +virtio-bindings = "0.2.6" +virtio-queue = "0.16.0" vm-memory = "0.16.2" vmm-sys-util = "0.14.0"