From 6b44f0d12af6e35d8ae794b4de76709c22b8e3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 23:11:51 +0000 Subject: [PATCH] build: bump virtio-queue from `f2a46b3` to `15effce` in /fuzz Bumps [virtio-queue](https://github.com/rust-vmm/vm-virtio) from `f2a46b3` to `15effce`. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/f2a46b3f428ef1c26bd83defd5d3984eb9420619...15effcedd42453eabc4be7c645d05e3a1fc0303e) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 4c8e9b575..3e996cb55 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -818,7 +818,7 @@ dependencies = [ [[package]] name = "virtio-queue" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#f2a46b3f428ef1c26bd83defd5d3984eb9420619" +source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#15effcedd42453eabc4be7c645d05e3a1fc0303e" dependencies = [ "log", "vm-memory",