From b731c8863fc894fd3b72635c27f887417e97ec72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 23:11:09 +0000 Subject: [PATCH] build: bump mshv-bindings from `e38ea5d` to `c587dc2` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `e38ea5d` to `c587dc2`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/e38ea5d64b4584289861d559b05db3c5c8765fa3...c587dc21e3505b7cc90a244d5bec5ee9ec275197) --- 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 da7df4d3d..485aae943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#e38ea5d64b4584289861d559b05db3c5c8765fa3" +source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" dependencies = [ "libc", "serde", @@ -580,7 +580,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#e38ea5d64b4584289861d559b05db3c5c8765fa3" +source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" dependencies = [ "libc", "mshv-bindings",