diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 7486a6ba3..720441c45 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -65,7 +65,7 @@ windows-result = "0.2" seccompiler = { version = "0.4.0", optional = true } mshv-bindings = { workspace = true, optional = true } mshv-ioctls = { workspace = true, optional = true } -kvm-bindings = { version = "0.9.0", features = ["fam-wrappers"], optional = true } +kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true } kvm-ioctls = { version = "0.18.0", optional = true } [dev-dependencies]