Skip to content

Commit 1afff47

Browse files
committed
Update vmm-sys-util to 0.12.1
The update brings a fix for a security vulnerability behind feature-gated code not used by vm-memory (the `with-serde` feature), see GHSA-875g-mfp6-g7f9 Signed-off-by: Patrick Roy <[email protected]>
1 parent 447d945 commit 1afff47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libc = "0.2.39"
2323
arc-swap = { version = "1.0.0", optional = true }
2424
bitflags = { version = "2.4.0", optional = true }
2525
thiserror = "1.0.40"
26-
vmm-sys-util = { version = "0.11.0", optional = true }
26+
vmm-sys-util = { version = "0.12.1", optional = true }
2727

2828
[target.'cfg(windows)'.dependencies.winapi]
2929
version = "0.3"
@@ -32,7 +32,7 @@ features = ["errhandlingapi", "sysinfoapi"]
3232
[dev-dependencies]
3333
criterion = "0.3.0"
3434
matches = "0.1.0"
35-
vmm-sys-util = "0.11.0"
35+
vmm-sys-util = "0.12.1"
3636

3737
[[bench]]
3838
name = "main"

0 commit comments

Comments
 (0)