chore: bump nix from 0.19.0 to 0.20.0 (#17853)

* chore: bump nix from 0.19.0 to 0.20.0

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

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2021-06-09 18:01:26 +00:00 committed by GitHub
parent fcad558ae3
commit 2c591ebaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 17 deletions

18
Cargo.lock generated
View File

@ -2281,9 +2281,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.81"
version = "0.2.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
[[package]]
name = "libloading"
@ -2617,13 +2617,13 @@ dependencies = [
[[package]]
name = "nix"
version = "0.19.0"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"cfg-if 1.0.0",
"libc",
]
@ -4828,7 +4828,7 @@ dependencies = [
"dirs-next",
"indicatif",
"lazy_static",
"nix 0.19.0",
"nix 0.20.0",
"reqwest",
"semver 0.9.0",
"serde",
@ -5084,7 +5084,7 @@ dependencies = [
"bincode",
"clap 2.33.3",
"log 0.4.11",
"nix 0.19.0",
"nix 0.20.0",
"rand 0.7.3",
"serde",
"serde_derive",
@ -5617,7 +5617,7 @@ version = "1.8.0"
dependencies = [
"libc",
"log 0.4.11",
"nix 0.19.0",
"nix 0.20.0",
"solana-logger 1.8.0",
"solana-measure",
"solana-metrics",
@ -5633,7 +5633,7 @@ dependencies = [
"clap 2.33.3",
"libc",
"log 0.4.11",
"nix 0.19.0",
"nix 0.20.0",
"solana-clap-utils",
"solana-logger 1.8.0",
"solana-version",

View File

@ -20,7 +20,7 @@ ctrlc = { version = "3.1.5", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.16.2"
lazy_static = "1.4.0"
nix = "0.19.0"
nix = "0.20.0"
reqwest = { version = "0.11.2", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"

View File

@ -13,7 +13,7 @@ edition = "2018"
bincode = "1.3.1"
clap = "2.33.1"
log = "0.4.11"
nix = "0.19.0"
nix = "0.20.0"
rand = "0.7.0"
serde = "1.0.126"
serde_derive = "1.0.103"

View File

@ -1523,9 +1523,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.81"
version = "0.2.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
checksum = "5600b4e6efc5421841a2138a6b082e07fe12f9aaa12783d50e5d13325b26b4fc"
[[package]]
name = "libloading"
@ -1783,9 +1783,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.19.1"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",

View File

@ -17,7 +17,7 @@ thiserror = "1.0"
solana-measure = { path = "../measure", version = "=1.8.0" }
solana-logger = { path = "../logger", version = "=1.8.0" }
libc = "0.2.81"
nix = "0.19.0"
nix = "0.20.0"
solana-perf = { path = "../perf", version = "=1.8.0" }
[dev-dependencies]

View File

@ -21,7 +21,7 @@ solana-version = { path = "../version", version = "=1.8.0" }
[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"
users = "0.10.0"
nix = "0.19.0"
nix = "0.20.0"
sysctl = "0.4.1"
[lib]