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

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"