From 09d6cdb1851e256bc12d14d36a967754a0200967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:13:43 +0000 Subject: [PATCH] build: bump vhost from 0.2.0 to 0.3.0 Bumps [vhost](https://github.com/rust-vmm/vhost) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Changelog](https://github.com/rust-vmm/vhost/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vhost/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: vhost dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- vhost_user_backend/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- vhost_user_net/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e90c1d9c8..9a771c0d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,9 +1196,9 @@ dependencies = [ [[package]] name = "vhost" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d23ddeb452fb4f837526c6298cc8a2f4948e5595b0328a3d61b5eebe51874d7" +checksum = "3b56bf8f178fc500fe14505fca8b00dec76fc38f2304f461c8d9d7547982311d" dependencies = [ "bitflags", "libc", diff --git a/vhost_user_backend/Cargo.toml b/vhost_user_backend/Cargo.toml index 007707f86..863807ad1 100644 --- a/vhost_user_backend/Cargo.toml +++ b/vhost_user_backend/Cargo.toml @@ -16,4 +16,4 @@ virtio-queue = { path = "../virtio-queue" } vm-memory = { version = "0.6.0", features = ["backend-bitmap"] } vm-virtio = { path = "../vm-virtio" } vmm-sys-util = "0.9.0" -vhost = { version = "0.2.0", features = ["vhost-user-slave"] } +vhost = { version = "0.3.0", features = ["vhost-user-slave"] } diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 60086373e..50dd99765 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.14" option_parser = { path = "../option_parser" } qcow = { path = "../qcow" } vhost_user_backend = { path = "../vhost_user_backend" } -vhost = { version = "0.2.0", features = ["vhost-user-slave"] } +vhost = { version = "0.3.0", features = ["vhost-user-slave"] } virtio-bindings = "0.1.0" vm-memory = "0.6.0" vmm-sys-util = "0.9.0" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index a58d3e923..6c02d2304 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -13,7 +13,7 @@ log = "0.4.14" net_util = { path = "../net_util" } option_parser = { path = "../option_parser" } vhost_user_backend = { path = "../vhost_user_backend" } -vhost = { version = "0.2.0", features = ["vhost-user-slave"] } +vhost = { version = "0.3.0", features = ["vhost-user-slave"] } virtio-bindings = "0.1.0" vm-memory = "0.6.0" vmm-sys-util = "0.9.0" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 533972878..35e952f8e 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -28,7 +28,7 @@ serde_derive = "1.0.132" serde_json = "1.0.73" versionize = "0.1.6" versionize_derive = "0.1.4" -vhost = { version = "0.2.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] } +vhost = { version = "0.3.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern"] } virtio-bindings = { version = "0.1.0", features = ["virtio-v5_0_0"] } virtio-queue = { path = "../virtio-queue" } vm-allocator = { path = "../vm-allocator" }