diff --git a/Cargo.toml b/Cargo.toml index 36a4997..15263b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = ["/.travis.yml", "/Makefile", "/appveyor.yml"] tempdir = "0.3" [target.'cfg(unix)'.dependencies] -nix = "0.13.0" +nix = "0.14.0" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["winbase"] }