build: bump mshv-bindings from c587dc2 to a4c9916

Bumps [mshv-bindings](https://github.com/rust-vmm/mshv) from `c587dc2` to `a4c9916`.
- [Release notes](https://github.com/rust-vmm/mshv/releases)
- [Commits](c587dc21e3...a4c9916124)

---
updated-dependencies:
- dependency-name: mshv-bindings
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-04 23:14:13 +00:00 committed by Sebastien Boeuf
parent ec4a55b860
commit d9ee5c2640

4
Cargo.lock generated
View File

@ -569,7 +569,7 @@ dependencies = [
[[package]] [[package]]
name = "mshv-bindings" name = "mshv-bindings"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" source = "git+https://github.com/rust-vmm/mshv?branch=main#a4c9916124d771fb9d0ccd97423ffb72876baa83"
dependencies = [ dependencies = [
"libc", "libc",
"serde", "serde",
@ -581,7 +581,7 @@ dependencies = [
[[package]] [[package]]
name = "mshv-ioctls" name = "mshv-ioctls"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/rust-vmm/mshv?branch=main#c587dc21e3505b7cc90a244d5bec5ee9ec275197" source = "git+https://github.com/rust-vmm/mshv?branch=main#a4c9916124d771fb9d0ccd97423ffb72876baa83"
dependencies = [ dependencies = [
"libc", "libc",
"mshv-bindings", "mshv-bindings",