From 1294f052b211f95f3eafac9203e9c1ca6a1584e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 23:16:27 +0000 Subject: [PATCH] build: Bump mshv-bindings from `2d0aaa1` to `6b0cf3b` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `2d0aaa1` to `6b0cf3b`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/2d0aaa16b00eec5470aed0d4e8f8ce24550df6d1...6b0cf3b47fc80bcc212bc87910e7626a5a48068b) --- 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 d51a6b753..e1a537946 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#2d0aaa16b00eec5470aed0d4e8f8ce24550df6d1" +source = "git+https://github.com/rust-vmm/mshv?branch=main#6b0cf3b47fc80bcc212bc87910e7626a5a48068b" 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#2d0aaa16b00eec5470aed0d4e8f8ce24550df6d1" +source = "git+https://github.com/rust-vmm/mshv?branch=main#6b0cf3b47fc80bcc212bc87910e7626a5a48068b" dependencies = [ "libc", "mshv-bindings",