diff --git a/Cargo.toml b/Cargo.toml index e17a9f4..6ca3df5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,5 +24,5 @@ rand = "0.8" winapi = { version = "0.3", features = ["winnt", "winbase", "winerror", "ntdef", "synchapi", "handleapi"] } [target.'cfg(unix)'.dependencies] -nix = "0.23" +nix = "0.26" libc = "0.2"