Skip to content

Commit

Permalink
mshv: Upgrade vmm-sys-utils to the latest version
Browse files Browse the repository at this point in the history
There is a recent CVE-2023-50711 assigned to this package and thus we
should upgrade this package to the latest version.

Signed-off-by: Jinank Jain <[email protected]>
  • Loading branch information
jinankjain authored and Jinank Jain committed Jan 17, 2024
1 parent 0dd4d34 commit 7c0c5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mshv-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with-serde = ["serde", "serde_derive"]
libc = ">=0.2.39"
serde = { version = ">=1.0.27", optional = true }
serde_derive = { version = ">=1.0.27", optional = true }
vmm-sys-util = ">=0.2.1"
vmm-sys-util = ">=0.12.1"

zerocopy = { version = "0.7", features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion mshv-ioctls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "Apache-2.0 OR BSD-3-Clause"
[dependencies]
libc = ">=0.2.39"
mshv-bindings = {path = "../mshv-bindings", features = ["fam-wrappers"]}
vmm-sys-util = ">=0.8.0"
vmm-sys-util = ">=0.12.1"

0 comments on commit 7c0c5a4

Please sign in to comment.