Bump nix from 0.13.0 to 0.14.0 (#4382)

Bumps [nix](https://github.com/nix-rust/nix) from 0.13.0 to 0.14.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/compare/v0.13.0...v0.14.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-22 14:07:35 -07:00
committed by Pankaj Garg
parent 90e73515ed
commit 190656967d
3 changed files with 6 additions and 19 deletions

View File

@ -12,7 +12,7 @@ edition = "2018"
bincode = "1.1.4"
clap = "2.33.0"
log = "0.4.2"
nix = "0.12.0"
nix = "0.14.0"
rand = "0.6.1"
socket2 = "0.3.9"
solana-logger = { path = "../logger", version = "0.15.0" }