From 956907df97643378a8df479fe9449d07801ebbf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 01:12:24 +0000 Subject: [PATCH] build: bump mshv-bindings from `8a25e36` to `fb07da8` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `8a25e36` to `fb07da8`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/8a25e361ce8b64b6bc0799bf1e3708464a7cd548...fb07da88c3cd21cb3bff1c07c622dcd42fb186fa) --- updated-dependencies: - dependency-name: mshv-bindings 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 ace2c3828..8b6801d98 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#8a25e361ce8b64b6bc0799bf1e3708464a7cd548" +source = "git+https://github.com/rust-vmm/mshv?branch=main#fb07da88c3cd21cb3bff1c07c622dcd42fb186fa" 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#8a25e361ce8b64b6bc0799bf1e3708464a7cd548" +source = "git+https://github.com/rust-vmm/mshv?branch=main#fb07da88c3cd21cb3bff1c07c622dcd42fb186fa" dependencies = [ "libc", "mshv-bindings",