From 073e0f979b014b392214d86bb025d6854f32bf89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 05:31:43 +0000 Subject: [PATCH] build(deps): bump vfio-ioctls from `49cc362` to `6ea1b93` Bumps [vfio-ioctls](https://github.com/cloud-hypervisor/vfio-ioctls) from `49cc362` to `6ea1b93`. - [Release notes](https://github.com/cloud-hypervisor/vfio-ioctls/releases) - [Commits](https://github.com/cloud-hypervisor/vfio-ioctls/compare/49cc3626f6787e2075493a511675c6851a13bbc0...6ea1b934bbff9102bbdc80c23a357a48645cd722) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c4da4dbef..977ae6277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/vfio-ioctls?branch=ch#49cc3626f6787e2075493a511675c6851a13bbc0" +source = "git+https://github.com/cloud-hypervisor/vfio-ioctls?branch=ch#6ea1b934bbff9102bbdc80c23a357a48645cd722" dependencies = [ "byteorder", "kvm-bindings",