Bump nix from 0.14.1 to 0.15.0 (#5488)

Bumps [nix](https://github.com/nix-rust/nix) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-10 18:48:36 -06:00
committed by Greg Fitzgerald
parent b3b782988c
commit 799d3b1575
4 changed files with 19 additions and 6 deletions

View File

@ -39,7 +39,7 @@ jsonrpc-ws-server = "13.0.0"
libc = "0.2.58"
log = "0.4.8"
memmap = { version = "0.7.0", optional = true }
nix = "0.14.1"
nix = "0.15.0"
num-traits = "0.2"
rand = "0.6.5"
rand_chacha = "0.1.1"