Skip to content

Commit f973a64

Browse files
roypatstsquad
authored andcommitted
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-virtio (the `with-serde` feature), see GHSA-875g-mfp6-g7f9 Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent d504926 commit f973a64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

virtio-blk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ backend-stdio = []
1414

1515
[dependencies]
1616
vm-memory = "0.13.1"
17-
vmm-sys-util = "0.11.0"
17+
vmm-sys-util = "0.12.1"
1818
log = "0.4.17"
1919
virtio-queue = { path = "../virtio-queue" }
2020
virtio-device = { path = "../virtio-device" }

virtio-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-utils = []
1414

1515
[dependencies]
1616
vm-memory = "0.13.1"
17-
vmm-sys-util = "0.11.0"
17+
vmm-sys-util = "0.12.1"
1818
log = "0.4.17"
1919
virtio-bindings = { path="../virtio-bindings", version = "0.2.2" }
2020

0 commit comments

Comments
 (0)