update to nix 0.15

The proxmox crate now needs it.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-21 12:25:49 +02:00
parent a85d29d28e
commit 170535addd
1 changed files with 1 additions and 1 deletions

View File

@ -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