Bump nix from 0.16.0 to 0.16.1 (#7623)

Bumps [nix](https://github.com/nix-rust/nix) from 0.16.0 to 0.16.1.
- [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-12-23 23:06:42 -07:00
committed by Michael Vines
parent fad6c7201e
commit ce2d7a2d5a
5 changed files with 10 additions and 10 deletions

View File

@ -20,7 +20,7 @@ solana-logger = { path = "../logger", version = "0.23.0" }
[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"
users = "0.9.1"
nix = "0.16.0"
nix = "0.16.1"
sysctl = "0.4.0"
[lib]