From 3ce463f482544cd893efeb3dd8fcd9d3f14610ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:06:22 +0000 Subject: [PATCH] build: Bump mshv-bindings from `af397ea` to `f00c7d4` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `af397ea` to `f00c7d4`. - [Commits](https://github.com/rust-vmm/mshv/compare/af397ea8514303d3a19d21d33730e867f7415ba9...f00c7d483c6587c151088d8a428a40d4f2a8e9c6) --- 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 4889d4ef4..30c06f09f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,7 +1247,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#af397ea8514303d3a19d21d33730e867f7415ba9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#f00c7d483c6587c151088d8a428a40d4f2a8e9c6" dependencies = [ "libc", "serde", @@ -1259,7 +1259,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#af397ea8514303d3a19d21d33730e867f7415ba9" +source = "git+https://github.com/rust-vmm/mshv?branch=main#f00c7d483c6587c151088d8a428a40d4f2a8e9c6" dependencies = [ "libc", "mshv-bindings",