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:
parent
a85d29d28e
commit
170535addd
|
@ -32,7 +32,7 @@ hyper-openssl = "0.7"
|
||||||
lazy_static = "1.1"
|
lazy_static = "1.1"
|
||||||
regex = "1.0"
|
regex = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
nix = "0.14"
|
nix = "0.15"
|
||||||
shellwords = "1.0"
|
shellwords = "1.0"
|
||||||
uuid = { version = "0.7", features = ["v4"] }
|
uuid = { version = "0.7", features = ["v4"] }
|
||||||
chrono = "0.4" # Date and time library for Rust
|
chrono = "0.4" # Date and time library for Rust
|
||||||
|
|
Loading…
Reference in New Issue