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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-07 23:16:03 +00:00
parent 52e2286916
commit 5ec693aa2a
+4 -2
View File
@@ -720,12 +720,14 @@ dependencies = [
[[package]] [[package]]
name = "vfio-ioctls" name = "vfio-ioctls"
version = "0.1.0" 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 = [ dependencies = [
"byteorder", "byteorder",
"kvm-bindings", "kvm-bindings",
"kvm-ioctls", "kvm-ioctls",
"libc",
"log", "log",
"thiserror",
"vfio-bindings", "vfio-bindings",
"vm-memory", "vm-memory",
"vmm-sys-util", "vmm-sys-util",
@@ -816,7 +818,7 @@ dependencies = [
[[package]] [[package]]
name = "virtio-queue" name = "virtio-queue"
version = "0.1.0" 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 = [ dependencies = [
"log", "log",
"vm-memory", "vm-memory",