diff --git a/Cargo.toml b/Cargo.toml index b26632a..08912b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic"]} vmm-sys-util = "0.9" [dev-dependencies] -nix = "0.22" +nix = "0.23" vhost = { version = "0.3", features = ["vhost-user-master", "vhost-user-slave"] } vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic", "backend-bitmap"]} tempfile = "3.2.0"