From e9f5052fcd818d0dba4657d6fddc3470290c231f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 23:13:20 +0000 Subject: [PATCH] build: bump mshv-ioctls from `82be857` to `cda9d65` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `82be857` to `cda9d65`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/82be8577d11b74d33090929d4a382af2fb5c8c21...cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e) --- 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 6b362ff6b..1fcf29be3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#82be8577d11b74d33090929d4a382af2fb5c8c21" +source = "git+https://github.com/rust-vmm/mshv?branch=main#cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e" dependencies = [ "libc", "serde", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#82be8577d11b74d33090929d4a382af2fb5c8c21" +source = "git+https://github.com/rust-vmm/mshv?branch=main#cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e" dependencies = [ "libc", "mshv-bindings",