From 77f6cd5ef49b3bffd574b5abf0bf65df99f91390 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 05:29:22 +0000 Subject: [PATCH] build(deps): bump mshv-bindings from `2ded6da` to `3a7d7ba` Bumps [mshv-bindings](https://github.com/cloud-hypervisor/mshv) from `2ded6da` to `3a7d7ba`. - [Release notes](https://github.com/cloud-hypervisor/mshv/releases) - [Commits](https://github.com/cloud-hypervisor/mshv/compare/2ded6daf97976aa27c1aca47964672c201a7d17d...3a7d7ba07e12409a3b23794c72c30b5052d221d9) 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 4a6b5cffc..b0f2f6348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -629,7 +629,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#2ded6daf97976aa27c1aca47964672c201a7d17d" +source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#3a7d7ba07e12409a3b23794c72c30b5052d221d9" dependencies = [ "libc", "serde", @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#2ded6daf97976aa27c1aca47964672c201a7d17d" +source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#3a7d7ba07e12409a3b23794c72c30b5052d221d9" dependencies = [ "libc", "mshv-bindings",