From 9cf0dee26432f4131937821352b96b66e52fc18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:58:47 +0000 Subject: [PATCH] build: bump mshv-ioctls from `27477b7` to `d94c305` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `27477b7` to `d94c305`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/27477b713d696da880ea34b3b659de8deb628061...d94c30583fb3c14d6ba72c55096946ea93877f87) --- 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 1c54aae41..f22a160fc 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#27477b713d696da880ea34b3b659de8deb628061" +source = "git+https://github.com/rust-vmm/mshv?branch=main#d94c30583fb3c14d6ba72c55096946ea93877f87" 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#27477b713d696da880ea34b3b659de8deb628061" +source = "git+https://github.com/rust-vmm/mshv?branch=main#d94c30583fb3c14d6ba72c55096946ea93877f87" dependencies = [ "libc", "mshv-bindings",