Bump nix from 0.16.1 to 0.17.0 (#8112)

Bumps [nix](https://github.com/nix-rust/nix) from 0.16.1 to 0.17.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/v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-04 15:59:34 -07:00
committed by GitHub
parent 15ab966ed1
commit 1420628b28
5 changed files with 10 additions and 10 deletions

View File

@ -32,7 +32,7 @@ jsonrpc-ws-server = "14.0.5"
libc = "0.2.66"
log = "0.4.8"
memmap = { version = "0.7.0", optional = true }
nix = "0.16.1"
nix = "0.17.0"
num-traits = "0.2"
rand = "0.6.5"
rand_chacha = "0.1.1"