Skip to content

Commit 224bf6f

Browse files
uran0sHjiangliu
authored andcommitted
upgrade vm-memory to 0.8.0
Signed-off-by: uran0sH <[email protected]>
1 parent 94fe5af commit 224bf6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ nix = "0.24"
2828
lazy_static = "1.4"
2929
tokio-uring = { version = "0.3.0", optional = true }
3030
vmm-sys-util = { version = "0.9", optional = true }
31-
vm-memory = { version = "0.7", features = ["backend-mmap"] }
32-
virtio-queue = { version = "0.1", optional = true }
31+
vm-memory = { version = "0.8", features = ["backend-mmap"] }
32+
virtio-queue = { version = "0.4", optional = true }
3333
vhost = { version = "0.3", features = ["vhost-user-slave"], optional = true }
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]
@@ -42,7 +42,7 @@ caps = { version = "0.3", optional = true }
4242
futures = { version = "0.3", features = ["thread-pool"]}
4343
stderrlog = "0.5"
4444
vmm-sys-util = "0.9"
45-
vm-memory = { version = "0.7", features = ["backend-mmap", "backend-bitmap"] }
45+
vm-memory = { version = "0.8", features = ["backend-mmap", "backend-bitmap"] }
4646

4747
[features]
4848
default = ["fusedev"]

0 commit comments

Comments
 (0)