From 4c6a25038361259741de7ff91025073d7168996a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2020 05:41:35 +0000 Subject: [PATCH] build(deps): bump kvm-ioctls from `37953e9` to `f5312ea` Bumps [kvm-ioctls](https://github.com/cloud-hypervisor/kvm-ioctls) from `37953e9` to `f5312ea`. - [Release notes](https://github.com/cloud-hypervisor/kvm-ioctls/releases) - [Commits](https://github.com/cloud-hypervisor/kvm-ioctls/compare/37953e968b9064f42d6b71b7afc13872ac4171ce...f5312ea1734d6b9777236323039ab032b3ce4287) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c979b6687..9700013ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "kvm-bindings" version = "0.2.0" -source = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch#6453253aff8b804796bce547c7a23e09464b7491" +source = "git+https://github.com/cloud-hypervisor/kvm-bindings?branch=ch#2164129ff03bb4d7a4243de5e2078845064d922c" dependencies = [ "serde", "serde_derive", @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "kvm-ioctls" version = "0.5.0" -source = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#37953e968b9064f42d6b71b7afc13872ac4171ce" +source = "git+https://github.com/cloud-hypervisor/kvm-ioctls?branch=ch#f5312ea1734d6b9777236323039ab032b3ce4287" dependencies = [ "kvm-bindings", "libc",