build: Update mshv crate commit in Cargo.lock

Signed-off-by: Muminul Islam <muislam@microsoft.com>
This commit is contained in:
Muminul Islam 2024-04-17 11:46:11 -07:00 committed by Bo Chen
parent f6d99d9a9b
commit bf6c9e6447
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1327,7 +1327,7 @@ checksum = "9bec4598fddb13cc7b528819e697852653252b760f1228b7642679bf2ff2cd07"
[[package]]
name = "mshv-bindings"
version = "0.1.1"
source = "git+https://github.com/rust-vmm/mshv?branch=main#fed467ffa4e910d37fc5cd0012f6d59f4a8009d8"
source = "git+https://github.com/rust-vmm/mshv?branch=main#4aaf7d9860503f7a847eeeb2a3d621d8d4f00676"
dependencies = [
"libc",
"num_enum",
@ -1340,7 +1340,7 @@ dependencies = [
[[package]]
name = "mshv-ioctls"
version = "0.1.1"
source = "git+https://github.com/rust-vmm/mshv?branch=main#fed467ffa4e910d37fc5cd0012f6d59f4a8009d8"
source = "git+https://github.com/rust-vmm/mshv?branch=main#4aaf7d9860503f7a847eeeb2a3d621d8d4f00676"
dependencies = [
"libc",
"mshv-bindings",