From 8c170570c4c43a197dcb54d149e191f7899d7fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 23:11:02 +0000 Subject: [PATCH] build: bump virtio-queue from `1ec72eb` to `f2a46b3` in /fuzz Bumps [virtio-queue](https://github.com/rust-vmm/vm-virtio) from `1ec72eb` to `f2a46b3`. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/1ec72eb067715532b20cce3bceea73674259fc79...f2a46b3f428ef1c26bd83defd5d3984eb9420619) --- 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 52af6ed4f..5c67474fc 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#1ec72eb067715532b20cce3bceea73674259fc79" +source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#f2a46b3f428ef1c26bd83defd5d3984eb9420619" dependencies = [ "log", "vm-memory",