From f91e23aa18258393a1b33c2c45ab01b8cda80335 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 22 Mar 2019 11:02:39 +0100 Subject: [PATCH] [libs] Update nix to 0.13 (#116) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3c3e1b..a5aa49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ default-features = false features = [] [target.'cfg(unix)'.dependencies] -nix = "0.11.0" +nix = "0.13.0" [target.'cfg(windows)'.dependencies] winapi = "0.2.8"