From d3170a926f8de7b0c862a0059372e3bc934a40da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 23:08:47 +0000 Subject: [PATCH] build: bump mshv-bindings from `39a77bc` to `b51905f` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `39a77bc` to `b51905f`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/39a77bc8e4ed50fcfb5bc9f5ab540c7039278fb6...b51905f5f15de80ed40207af2e9e74e4478f26ea) --- updated-dependencies: - dependency-name: mshv-bindings 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 200258cdb..fc1e9cfa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=master#39a77bc8e4ed50fcfb5bc9f5ab540c7039278fb6" +source = "git+https://github.com/rust-vmm/mshv?branch=master#b51905f5f15de80ed40207af2e9e74e4478f26ea" dependencies = [ "libc", "serde", @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=master#39a77bc8e4ed50fcfb5bc9f5ab540c7039278fb6" +source = "git+https://github.com/rust-vmm/mshv?branch=master#b51905f5f15de80ed40207af2e9e74e4478f26ea" dependencies = [ "libc", "mshv-bindings",