diff --git a/Cargo.toml b/Cargo.toml index e528763..d063d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ windows = { version = "0.58", features = [ ] } [target.'cfg(unix)'.dependencies] -nix = { version = "0.28", features = ["user"] } +nix = { version = "0.29", features = ["user"] } [features] all = ["macros", "network", "root", "std", "traits"]