From d10bfd5aa4078d8f2607a92f1d5a74e672febcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 23:21:52 +0000 Subject: [PATCH] build: bump mshv-ioctls from `ef7d561` to `75cf309` Bumps [mshv-ioctls](https://github.com/rust-vmm/mshv) from `ef7d561` to `75cf309`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/ef7d56169c3fbaf6cf91632ee09426d759f0ae83...75cf309d566c3d9ba91e81582a7864032ecc5bbb) --- 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 776376de2..248818cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#ef7d56169c3fbaf6cf91632ee09426d759f0ae83" +source = "git+https://github.com/rust-vmm/mshv?branch=main#75cf309d566c3d9ba91e81582a7864032ecc5bbb" dependencies = [ "libc", "serde", @@ -527,7 +527,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#ef7d56169c3fbaf6cf91632ee09426d759f0ae83" +source = "git+https://github.com/rust-vmm/mshv?branch=main#75cf309d566c3d9ba91e81582a7864032ecc5bbb" dependencies = [ "libc", "mshv-bindings",