Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit 4fde808

Browse files
dependabot[bot]jiangliu
authored andcommitted
Update vhost requirement from 0.3 to 0.4
Updates the requirements on [vhost](https://github.com/rust-vmm/vhost) to permit the latest version. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Changelog](https://github.com/rust-vmm/vhost/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vhost@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: vhost dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 355a9ce commit 4fde808

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
@@ -10,14 +10,14 @@ license = "Apache-2.0"
1010
[dependencies]
1111
libc = ">=0.2.39"
1212
log = ">=0.4.6"
13-
vhost = { version = "0.3", features = ["vhost-user-slave"] }
13+
vhost = { version = "0.4", features = ["vhost-user-slave"] }
1414
virtio-bindings = "0.1"
1515
virtio-queue = "0.2"
1616
vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic"]}
1717
vmm-sys-util = "0.9"
1818

1919
[dev-dependencies]
2020
nix = "0.23"
21-
vhost = { version = "0.3", features = ["vhost-user-master", "vhost-user-slave"] }
21+
vhost = { version = "0.4", features = ["vhost-user-master", "vhost-user-slave"] }
2222
vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic", "backend-bitmap"]}
2323
tempfile = "3.2.0"

0 commit comments

Comments
 (0)