From b05bd28321b7804471896cbc3c06aca3a5b577e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Sep 2022 10:02:02 +0000 Subject: [PATCH] build: bump mshv-ioctls from `b7cd8a0` to `8094002` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `b7cd8a0` to `8094002`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/b7cd8a097c833c1f9676f0b44dc3fdaad34c1582...80940020f111fac79807ba25b565855c786ebcdd) --- 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 cea988407..aed92c375 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#b7cd8a097c833c1f9676f0b44dc3fdaad34c1582" +source = "git+https://github.com/rust-vmm/mshv?branch=main#80940020f111fac79807ba25b565855c786ebcdd" 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#b7cd8a097c833c1f9676f0b44dc3fdaad34c1582" +source = "git+https://github.com/rust-vmm/mshv?branch=main#80940020f111fac79807ba25b565855c786ebcdd" dependencies = [ "libc", "mshv-bindings",