chore: bump nix from 0.17.0 to 0.19.0

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-18 09:02:36 +00:00
committed by Michael Vines
parent 8ea6dd7513
commit 892a2eacff
5 changed files with 23 additions and 11 deletions

View File

@ -16,7 +16,7 @@ thiserror = "1.0"
solana-measure = { path = "../measure", version = "1.5.0" }
solana-logger = { path = "../logger", version = "1.5.0" }
libc = "0.2.72"
nix = "0.17.0"
nix = "0.19.0"
solana-perf = { path = "../perf", version = "1.5.0" }
[dev-dependencies]