From 8e373f52a91abb9f07ec3d2663d4f4b83b75c947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 23:02:22 +0000 Subject: [PATCH] build: Bump mshv-ioctls from `2852337` to `dda85d3` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `2852337` to `dda85d3`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/2852337bf432b450719ec085a35787decfdc0b77...dda85d32b977bf66b16afde647365e329d35e5f1) --- 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 a72516a42..f83ba56bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#2852337bf432b450719ec085a35787decfdc0b77" +source = "git+https://github.com/rust-vmm/mshv?branch=main#dda85d32b977bf66b16afde647365e329d35e5f1" dependencies = [ "libc", "serde", @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.1" -source = "git+https://github.com/rust-vmm/mshv?branch=main#2852337bf432b450719ec085a35787decfdc0b77" +source = "git+https://github.com/rust-vmm/mshv?branch=main#dda85d32b977bf66b16afde647365e329d35e5f1" dependencies = [ "libc", "mshv-bindings",