From e75dfa1eeea23b69caa7407bc2c3a76d7b7262fb Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Tue, 2 Jan 2024 16:39:46 +0000 Subject: [PATCH] Update vmm-sys-util to 0.12.0 The update brings a fix for a security vulnerability behind feature-gated code not used by micro-http (the `with-serde` feature), see GHSA-875g-mfp6-g7f9 Signed-off-by: Patrick Roy --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b0525c..3a252a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,9 +24,9 @@ dependencies = [ [[package]] name = "vmm-sys-util" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc06a16ee8ebf0d9269aed304030b0d20a866b8b3dd3d4ce532596ac567a0d24" +checksum = "1d1435039746e20da4f8d507a72ee1b916f7b4b05af7a91c093d2c6561934ede" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6ff8786..6353e2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] libc = "0.2.66" -vmm-sys-util = "0.11.0" +vmm-sys-util = "0.12.1"