From d9184e525639e25442ad499784332d922342b2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:01:19 +0000 Subject: [PATCH] build: Bump virtio-queue from 0.7.0 to 0.7.1 in /fuzz 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] --- fuzz/Cargo.lock | 4 ++-- fuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 024937898..5c92f124d 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -868,9 +868,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", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 1e4698176..86152487c 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -22,7 +22,7 @@ qcow = { path = "../qcow" } seccompiler = "0.3.0" vhdx = { path = "../vhdx" } virtio-devices = { path = "../virtio-devices" } -virtio-queue = "0.7.0" +virtio-queue = "0.7.1" vmm = { path = "../vmm" } vmm-sys-util = "0.11.1" vm-memory = "0.10.0"