From daa935b5c9d0d38943c435319eafa0ae148ed26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 07:59:29 +0000 Subject: [PATCH] build: Bump vfio-ioctls from `ed8d253` to `5cb8550` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `ed8d253` to `5cb8550`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/ed8d2534576371000361e615eeb91b4266c55713...5cb8550556620546e74b9fe6d1174e0d1fc83888) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e1b17877c..54afc02f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=master#ed8d2534576371000361e615eeb91b4266c55713" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=master#5cb8550556620546e74b9fe6d1174e0d1fc83888" dependencies = [ "byteorder", "kvm-bindings",