diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 39f18dfb..f2c27405 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -66,7 +66,7 @@ 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-ioctls = { version = "0.18.0", optional = true } +kvm-ioctls = { version = "0.19.0", optional = true } [dev-dependencies] signal-hook-registry = "1.4.1"