From 57762d4328b43775549440908775ed40d6c38a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 17:38:56 +0000 Subject: [PATCH] build: bump mshv-ioctls from `c2c3079` to `06cb96c` Bumps [mshv-ioctls](https://github.com/cloud-hypervisor/mshv) from `c2c3079` to `06cb96c`. - [Release notes](https://github.com/cloud-hypervisor/mshv/releases) - [Commits](https://github.com/cloud-hypervisor/mshv/compare/c2c30794f4a3b86602c6c3bda998559d800560f7...06cb96ccd15002ac2b26703c132149ba4f620d60) --- updated-dependencies: - dependency-name: mshv-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eba11c1d8..416672939 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#c2c30794f4a3b86602c6c3bda998559d800560f7" +source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#06cb96ccd15002ac2b26703c132149ba4f620d60" dependencies = [ "libc", "serde", @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#c2c30794f4a3b86602c6c3bda998559d800560f7" +source = "git+https://github.com/cloud-hypervisor/mshv?branch=master#06cb96ccd15002ac2b26703c132149ba4f620d60" dependencies = [ "libc", "mshv-bindings",