From 3d7e7d3869584b10d6c5c4890df4aff1aad28b71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 15:56:48 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from `f5312ea` to `6442739` Bumps [kvm-ioctls](https://github.com/cloud-hypervisor/kvm-ioctls) from `f5312ea` to `6442739`. - [Release notes](https://github.com/cloud-hypervisor/kvm-ioctls/releases) - [Commits](https://github.com/cloud-hypervisor/kvm-ioctls/compare/f5312ea1734d6b9777236323039ab032b3ce4287...64427395b60e00403aed3026362a1b19873230e6) 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 fae21f99d..fd074e77f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "kvm-ioctls" version = "0.5.0" -source = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#f5312ea1734d6b9777236323039ab032b3ce4287" +source = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#64427395b60e00403aed3026362a1b19873230e6" dependencies = [ "kvm-bindings", "libc",