Fix BSD build failure

This updates all dependencies removing any reference to nix 0.12 which
prevents successful builds on OpenBSD.

Fixes #2244.
This commit is contained in:
Christian Duerr 2019-04-02 23:29:36 +00:00 committed by GitHub
parent 48d781d123
commit 86ccd0566e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 321 additions and 267 deletions

586
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@ time = "0.1.40"
crossbeam-channel = "0.3.8"
[target.'cfg(unix)'.dependencies]
nix = "0.12"
nix = "0.13"
signal-hook = { version = "0.1", features = ["mio-support"] }
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies]