Skip to content

Commit 3cff242

Browse files
justxueweiliubogithub
authored andcommitted
deps: Bump versions of dependencies
The affected dependencies includes: - vmm-sys-util: 0.10 -> 0.11 - vm-memory: 0.9 -> 0.10 - virtio-queue: 0.6 -> 0.7 - vhost: 0.5 -> 0.6 Signed-off-by: Xuewei Niu <[email protected]>
1 parent dac955b commit 3cff242

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ nix = "0.24"
2828
lazy_static = "1.4"
2929
tokio = { version = "1", optional = true }
3030
tokio-uring = { version = "0.4.0", optional = true }
31-
vmm-sys-util = { version = "0.10", optional = true }
32-
vm-memory = { version = "0.9", features = ["backend-mmap"] }
33-
virtio-queue = { version = "0.6", optional = true }
34-
vhost = { version = "0.5", features = ["vhost-user-slave"], optional = true }
31+
vmm-sys-util = { version = "0.11", optional = true }
32+
vm-memory = { version = "0.10", features = ["backend-mmap"] }
33+
virtio-queue = { version = "0.7", optional = true }
34+
vhost = { version = "0.6", features = ["vhost-user-slave"], optional = true }
3535

3636
[target.'cfg(target_os = "macos")'.dependencies]
3737
core-foundation-sys = { version = ">=0.8", optional = true }
@@ -42,8 +42,8 @@ tokio-uring = { version = "0.4.0", optional = true }
4242

4343
[dev-dependencies]
4444
tokio-test = "0.4.2"
45-
vmm-sys-util = "0.10"
46-
vm-memory = { version = "0.9", features = ["backend-mmap", "backend-bitmap"] }
45+
vmm-sys-util = "0.11"
46+
vm-memory = { version = "0.10", features = ["backend-mmap", "backend-bitmap"] }
4747

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

0 commit comments

Comments
 (0)