From 81d570e27137bb1a22030578bae2d846fce6f50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:21:58 +0000 Subject: [PATCH] build: Bump mshv-bindings from `6b0cf3b` to `ac9c92f` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `6b0cf3b` to `ac9c92f`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/6b0cf3b47fc80bcc212bc87910e7626a5a48068b...ac9c92f9b35b370f304b5d6758d4d356b08c387b) --- 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 ef5e9540f..da260551c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -603,7 +603,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#6b0cf3b47fc80bcc212bc87910e7626a5a48068b" +source = "git+https://github.com/rust-vmm/mshv?branch=main#ac9c92f9b35b370f304b5d6758d4d356b08c387b" dependencies = [ "libc", "serde", @@ -615,7 +615,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#6b0cf3b47fc80bcc212bc87910e7626a5a48068b" +source = "git+https://github.com/rust-vmm/mshv?branch=main#ac9c92f9b35b370f304b5d6758d4d356b08c387b" dependencies = [ "libc", "mshv-bindings",