From cb9726b4a446f5e0946fb64b83a80636c8313424 Mon Sep 17 00:00:00 2001 From: Muminul Islam Date: Mon, 15 Apr 2024 13:37:54 -0700 Subject: [PATCH] build: Update vfio crate commit in Cargo.lock Signed-off-by: Muminul Islam --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d49d0c65..9036bb531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,7 +2375,7 @@ dependencies = [ [[package]] name = "vfio-bindings" version = "0.4.0" -source = "git+https://github.com/rust-vmm/vfio?branch=main#0daff4d4c159e842cf18b8b90457a45032b2df5a" +source = "git+https://github.com/rust-vmm/vfio?branch=main#4e937a514d9025f953eeb837fb8dafe035d9a8fd" dependencies = [ "vmm-sys-util", ] @@ -2383,7 +2383,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.2.0" -source = "git+https://github.com/rust-vmm/vfio?branch=main#0daff4d4c159e842cf18b8b90457a45032b2df5a" +source = "git+https://github.com/rust-vmm/vfio?branch=main#4e937a514d9025f953eeb837fb8dafe035d9a8fd" dependencies = [ "byteorder", "kvm-bindings",