From 08d859a7dd8531bd663767460c9f2cdad9c7d556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 23:15:11 +0000 Subject: [PATCH] build: bump mshv-ioctls from `0b58354` to `74e46d4` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `0b58354` to `74e46d4`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/0b5835475c8bb2114b727a87285275290eaa6cd9...74e46d4eac8af64c030a3f5d4e5658111daa6fd6) --- 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 8b87febdd..8a9968e03 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#0b5835475c8bb2114b727a87285275290eaa6cd9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#74e46d4eac8af64c030a3f5d4e5658111daa6fd6" 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#0b5835475c8bb2114b727a87285275290eaa6cd9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#74e46d4eac8af64c030a3f5d4e5658111daa6fd6" dependencies = [ "libc", "mshv-bindings",