diff --git a/Cargo.toml b/Cargo.toml index dc8def4..95a4f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ documentation = "http://docs.rs/openat-ext" [dependencies] openat = "0.1.15" libc = "^0.2.94" -nix = ">= 0.22, < 0.24" +nix = ">= 0.22, < 0.28" rand = "0.8.3" [dev-dependencies]