From 5dc8b56185b06eaeac3c8e7290253dd0b3823dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 02:06:11 +0000 Subject: [PATCH] build(deps): update virtio-queue requirement from 0.3 to 0.4 Updates the requirements on [virtio-queue](https://github.com/rust-vmm/vm-virtio) to permit the latest version. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-queue-v0.3.0...virtio-queue-v0.4.0) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f4b607..27f9153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ libc = ">=0.2.39" log = ">=0.4.6" vhost = { version = "0.4", features = ["vhost-user-slave"] } virtio-bindings = "0.1" -virtio-queue = "0.3" +virtio-queue = "0.4" vm-memory = {version = ">=0.7", features = ["backend-mmap", "backend-atomic"]} vmm-sys-util = "0.9"