From 5ec693aa2ac8b2c49102349b0ba6cefe9753b16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 23:16:03 +0000 Subject: [PATCH] build: bump virtio-queue from `2ca74a6` to `1ec72eb` in /fuzz Bumps [virtio-queue](https://github.com/rust-vmm/vm-virtio) from `2ca74a6` to `1ec72eb`. - [Release notes](https://github.com/rust-vmm/vm-virtio/releases) - [Commits](https://github.com/rust-vmm/vm-virtio/compare/2ca74a6d776c1b61989aae8c05d2dee4ab3c47a6...1ec72eb067715532b20cce3bceea73674259fc79) --- updated-dependencies: - dependency-name: virtio-queue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index c1e447cbb..e1018a2ab 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -720,12 +720,14 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#8f7f2210ebe71660938b05b2ed7eec9253478bc5" +source = "git+https://github.com/rust-vmm/vfio?branch=main#4630612f2ff300e78b6d55be324fb5481aa84661" dependencies = [ "byteorder", "kvm-bindings", "kvm-ioctls", + "libc", "log", + "thiserror", "vfio-bindings", "vm-memory", "vmm-sys-util", @@ -816,7 +818,7 @@ dependencies = [ [[package]] name = "virtio-queue" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#2ca74a6d776c1b61989aae8c05d2dee4ab3c47a6" +source = "git+https://github.com/rust-vmm/vm-virtio?branch=main#1ec72eb067715532b20cce3bceea73674259fc79" dependencies = [ "log", "vm-memory",