From 8b1e6140d2d90434296ed0dc9f794921d7651638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 23:11:02 +0000 Subject: [PATCH] build: bump virtio-queue from `bbb22d4` to `c1c4c03` in /fuzz Bumps [virtio-queue](https://github.com/rust-vmm/vm-virtio) from `bbb22d4` to `c1c4c03`. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/bbb22d43558a76cc7cc9c262c4be870a9e682a86...c1c4c0397809991e2149d8bc3591bca65082e53b) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 38c7229c4..d35da2406 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -864,8 +864,8 @@ dependencies = [ [[package]] name = "virtio-queue" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#bbb22d43558a76cc7cc9c262c4be870a9e682a86" +version = "0.2.0" +source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#c1c4c0397809991e2149d8bc3591bca65082e53b" dependencies = [ "log", "vm-memory",