Skip to content

Commit

Permalink
Bump nix from 0.16.0 to 0.16.1 (solana-labs#7623)
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Dec 24, 2019
1 parent fad6c72 commit ce2d7a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lazy_static = "1.4.0"
libc = "0.2.66"
log = "0.4.8"
memmap = { version = "0.7.0", optional = true }
nix = "0.16.0"
nix = "0.16.1"
num-traits = "0.2"
rand = "0.6.5"
rand_chacha = "0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dirs = "2.0.2"
indicatif = "0.13.0"
lazy_static = "1.4.0"
log = "0.4.8"
nix = "0.16.0"
nix = "0.16.1"
reqwest = { version = "0.9.24", default-features = false, features = ["rustls-tls"] }
serde = "1.0.104"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bincode = "1.2.1"
bytes = "0.4"
clap = "2.33.0"
log = "0.4.8"
nix = "0.16.0"
nix = "0.16.1"
rand = "0.6.1"
serde = "1.0.104"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion sys-tuner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ce2d7a2

Please sign in to comment.