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 <roypat@amazon.co.uk>
This commit is contained in:
Patrick Roy
2024-01-02 16:39:46 +00:00
committed by Jonathan Woollett-Light
parent a4d632f2c5
commit e75dfa1eee
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
libc = "0.2.66"
vmm-sys-util = "0.11.0"
vmm-sys-util = "0.12.1"