From 3972e383710094960cba6e4e514a8bd0d79a734b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 04:48:31 +0000 Subject: [PATCH] build: bump mshv-bindings from `bec9eba` to `27477b7` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `bec9eba` to `27477b7`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/bec9ebaac3e8505c108f7a3a183ae7e163a91427...27477b713d696da880ea34b3b659de8deb628061) --- 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 d3ec42424..0cff00409 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#bec9ebaac3e8505c108f7a3a183ae7e163a91427" +source = "git+https://github.com/rust-vmm/mshv?branch=main#27477b713d696da880ea34b3b659de8deb628061" dependencies = [ "libc", "serde", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#bec9ebaac3e8505c108f7a3a183ae7e163a91427" +source = "git+https://github.com/rust-vmm/mshv?branch=main#27477b713d696da880ea34b3b659de8deb628061" dependencies = [ "libc", "mshv-bindings",