From 92ceef52c82dcca164be77e958d057a8e5663539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 02:06:38 +0000 Subject: [PATCH] build: bump mshv-ioctls from `ae24471` to `82be857` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `ae24471` to `82be857`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/ae244716b34b1f168179dda23366fb0248c636ba...82be8577d11b74d33090929d4a382af2fb5c8c21) --- 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 26b5b6b1e..6b362ff6b 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#ae244716b34b1f168179dda23366fb0248c636ba" +source = "git+https://github.com/rust-vmm/mshv?branch=main#82be8577d11b74d33090929d4a382af2fb5c8c21" 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#ae244716b34b1f168179dda23366fb0248c636ba" +source = "git+https://github.com/rust-vmm/mshv?branch=main#82be8577d11b74d33090929d4a382af2fb5c8c21" dependencies = [ "libc", "mshv-bindings",