From 170535addd710c10cc86fbf9de02d2782bbf77b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 21 Aug 2019 12:25:49 +0200 Subject: [PATCH] update to nix 0.15 The proxmox crate now needs it. Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70bb8b0f..2dae2905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hyper-openssl = "0.7" lazy_static = "1.1" regex = "1.0" libc = "0.2" -nix = "0.14" +nix = "0.15" shellwords = "1.0" uuid = { version = "0.7", features = ["v4"] } chrono = "0.4" # Date and time library for Rust