Skip to content

Commit c7de6e1

Browse files
wllenyjjiangliu
authored andcommitted
Upgrade dependency crates
Upgraded virtio-queue to 0.6 Upgraded vhost to 0.5 Signed-off-by: wanglei01 <[email protected]>
1 parent 8d7144a commit c7de6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ tokio = { version = "1", optional = true }
2929
tokio-uring = { version = "0.4.0", optional = true }
3030
vmm-sys-util = { version = "0.10", optional = true }
3131
vm-memory = { version = "0.9", features = ["backend-mmap"] }
32-
virtio-queue = { version = "0.4", optional = true }
33-
vhost = { version = "0.4", features = ["vhost-user-slave"], optional = true }
32+
virtio-queue = { version = "0.6", optional = true }
33+
vhost = { version = "0.5", features = ["vhost-user-slave"], optional = true }
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]
3636
core-foundation-sys = { version = ">=0.8", optional = true }

0 commit comments

Comments
 (0)