From a18b818227226f04b601a25a385eed98f385db9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 01:51:39 +0000 Subject: [PATCH] build: bump vfio-ioctls from `bcf2e64` to `19e5b83` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `bcf2e64` to `19e5b83`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/bcf2e6486d44e342d49784813394bd5429d42a35...19e5b83ddfad430109ce3e8d51f4a24796099127) --- updated-dependencies: - dependency-name: vfio-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6480b3b46..f543626bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,14 +1150,16 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#bcf2e6486d44e342d49784813394bd5429d42a35" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#19e5b83ddfad430109ce3e8d51f4a24796099127" dependencies = [ "byteorder", "kvm-bindings", "kvm-ioctls", + "libc", "log", "mshv-bindings", "mshv-ioctls", + "thiserror", "vfio-bindings", "vm-memory", "vmm-sys-util",