From 6dbbd0363f84631cafe9dc7d8ee18512cf4741c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:14:57 +0000 Subject: [PATCH] build: bump mshv-bindings from `cda9d65` to `bec9eba` Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `cda9d65` to `bec9eba`. - [Release notes](https://github.com/rust-vmm/mshv/releases) - [Commits](https://github.com/rust-vmm/mshv/compare/cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e...bec9ebaac3e8505c108f7a3a183ae7e163a91427) --- 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 9717e4a5b..263123634 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#cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e" +source = "git+https://github.com/rust-vmm/mshv?branch=main#bec9ebaac3e8505c108f7a3a183ae7e163a91427" 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#cda9d658f4f7aa2a99cec0f821a0e7c943a06b6e" +source = "git+https://github.com/rust-vmm/mshv?branch=main#bec9ebaac3e8505c108f7a3a183ae7e163a91427" dependencies = [ "libc", "mshv-bindings",