diff --git a/src/vmm/Cargo.toml b/src/vmm/Cargo.toml index 67394b94ab7..38a45caac01 100644 --- a/src/vmm/Cargo.toml +++ b/src/vmm/Cargo.toml @@ -25,7 +25,7 @@ serde_json = "1.0.78" timerfd = "1.5.0" thiserror = "1.0.32" displaydoc = "0.2.4" -userfaultfd = "0.7.0" +userfaultfd = "0.8.1" vhost = { version = "0.10.0", features = ["vhost-user-frontend"] } vm-allocator = "0.1.0" vm-superio = "0.7.0"