From 04ee1efa705c0bd732999515e7f63ac70a096bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:58:51 +0000 Subject: [PATCH] build: Bump virtio-queue from 0.7.0 to 0.7.1 Bumps [virtio-queue](https://github.com/rust-vmm/vm-virtio) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-queue-v0.7.0...virtio-queue-v0.7.1) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- block_util/Cargo.toml | 2 +- net_util/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- virtio-devices/Cargo.toml | 2 +- vm-virtio/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18074de26..5d9c6633e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,9 +1524,9 @@ dependencies = [ [[package]] name = "virtio-queue" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19e927d93d54c365034fd7f31a5f458a1f540de4a37c52e892670dad9692173c" +checksum = "3ba81e2bcc21c0d2fc5e6683e79367e26ad219197423a498df801d79d5ba77bd" dependencies = [ "log", "virtio-bindings 0.1.0", diff --git a/block_util/Cargo.toml b/block_util/Cargo.toml index 711021476..15c96d67c 100644 --- a/block_util/Cargo.toml +++ b/block_util/Cargo.toml @@ -18,7 +18,7 @@ versionize = "0.1.9" versionize_derive = "0.1.4" vhdx = { path = "../vhdx" } virtio-bindings = { version = "0.2.0", features = ["virtio-v5_0_0"] } -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-virtio = { path = "../vm-virtio" } vmm-sys-util = "0.11.0" diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 22e57d0c4..4e8175530 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0.38" versionize = "0.1.9" versionize_derive = "0.1.4" virtio-bindings = "0.2.0" -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } vm-virtio = { path = "../vm-virtio" } vmm-sys-util = "0.11.0" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index c2cb68dc9..7734520c7 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -17,7 +17,7 @@ qcow = { path = "../qcow" } vhost = { version = "0.6.0", features = ["vhost-user-slave"] } vhost-user-backend = "0.8.0" virtio-bindings = "0.2.0" -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-memory = "0.10.0" vmm-sys-util = "0.11.0" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 2a1699382..669637585 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -30,7 +30,7 @@ versionize = "0.1.9" versionize_derive = "0.1.4" vhost = { version = "0.6.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] } virtio-bindings = { version = "0.2.0", features = ["virtio-v5_0_0"] } -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/vm-virtio/Cargo.toml b/vm-virtio/Cargo.toml index fab101fc1..824322cfa 100644 --- a/vm-virtio/Cargo.toml +++ b/vm-virtio/Cargo.toml @@ -9,5 +9,5 @@ default = [] [dependencies] log = "0.4.17" -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index a2ef658e3..acebaca18 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -48,7 +48,7 @@ vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", defau vfio_user = { git = "https://github.com/rust-vmm/vfio-user", branch = "main" } vhdx = { path = "../vhdx" } virtio-devices = { path = "../virtio-devices" } -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vm-allocator = { path = "../vm-allocator" } vm-device = { path = "../vm-device" } vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic", "backend-bitmap"] }