From 953c23854471d9a0894f6293e365e408ffa549c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 23:30:43 +0000 Subject: [PATCH] build: Bump mshv-ioctls from `afc1581` to `243953f` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `afc1581` to `243953f`. - [Commits](https://github.com/rust-vmm/mshv/compare/afc1581a2c482a1eddc4446af50e068fa7c0006e...243953f7ef1c21ed6eebfece80c98e706ebe6a8f) --- 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 3f63f1ce8..5610b600d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#afc1581a2c482a1eddc4446af50e068fa7c0006e" +source = "git+https://github.com/rust-vmm/mshv?branch=main#243953f7ef1c21ed6eebfece80c98e706ebe6a8f" dependencies = [ "libc", "serde", @@ -1082,7 +1082,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#afc1581a2c482a1eddc4446af50e068fa7c0006e" +source = "git+https://github.com/rust-vmm/mshv?branch=main#243953f7ef1c21ed6eebfece80c98e706ebe6a8f" dependencies = [ "libc", "mshv-bindings",