From d9ee5c2640bb8eaaf1f3a687a8857fc5458401a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:14:13 +0000 Subject: [PATCH] build: bump mshv-bindings from `c587dc2` to `a4c9916` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `c587dc2` to `a4c9916`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/c587dc21e3505b7cc90a244d5bec5ee9ec275197...a4c9916124d771fb9d0ccd97423ffb72876baa83) --- 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 f5b6f9fd5..f71c1c795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" +source = "git+https://github.com/rust-vmm/mshv?branch=main#a4c9916124d771fb9d0ccd97423ffb72876baa83" dependencies = [ "libc", "serde", @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" +source = "git+https://github.com/rust-vmm/mshv?branch=main#a4c9916124d771fb9d0ccd97423ffb72876baa83" dependencies = [ "libc", "mshv-bindings",