From 4e91199ff83af32cb5c89d56f62b071b920657c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:08:42 +0000 Subject: [PATCH] build: bump mshv-ioctls from `8094002` to `0106c24` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `8094002` to `0106c24`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/80940020f111fac79807ba25b565855c786ebcdd...0106c24a2632a591a87c7bdb2c96f4f2bcc2d9eb) --- updated-dependencies: - dependency-name: mshv-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5c328c63..d26ccc633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,8 +568,8 @@ dependencies = [ [[package]] name = "mshv-bindings" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#80940020f111fac79807ba25b565855c786ebcdd" +version = "0.1.1" +source = "git+https://github.com/rust-vmm/mshv?branch=main#0106c24a2632a591a87c7bdb2c96f4f2bcc2d9eb" dependencies = [ "libc", "serde", @@ -580,8 +580,8 @@ dependencies = [ [[package]] name = "mshv-ioctls" -version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#80940020f111fac79807ba25b565855c786ebcdd" +version = "0.1.1" +source = "git+https://github.com/rust-vmm/mshv?branch=main#0106c24a2632a591a87c7bdb2c96f4f2bcc2d9eb" dependencies = [ "libc", "mshv-bindings",