From bf5098916006912f8dd35aaa6daa5579c6c297b2 Mon Sep 17 00:00:00 2001 From: Babis Chalios Date: Fri, 30 May 2025 14:33:50 +0200 Subject: [PATCH] chore: update vmm-sys-util to 0.14.0 This version updates FamStruct types and we need it in Firecracker. Signed-off-by: Babis Chalios --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6353e2f..9f8b3e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.66" -vmm-sys-util = "0.12.1" +vmm-sys-util = "0.14.0"