chore: bump nix from 0.23.0 to 0.23.1 (#21998)

* chore: bump nix from 0.23.0 to 0.23.1

Bumps [nix](https://github.com/nix-rust/nix) from 0.23.0 to 0.23.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/compare/v0.23.0...v0.23.1)

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

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-12-18 11:04:45 -07:00 committed by GitHub
parent 7476dfeec0
commit 301d585d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

4
Cargo.lock generated
View File

@ -2687,9 +2687,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.23.0"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",

View File

@ -20,7 +20,7 @@ ctrlc = { version = "3.2.1", features = ["termination"] }
dirs-next = "2.0.0"
indicatif = "0.16.2"
lazy_static = "1.4.0"
nix = "0.23.0"
nix = "0.23.1"
reqwest = { version = "0.11.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde = { version = "1.0.132", features = ["derive"] }
serde_yaml = "0.8.23"

View File

@ -13,7 +13,7 @@ edition = "2021"
bincode = "1.3.3"
clap = "2.33.1"
log = "0.4.14"
nix = "0.23.0"
nix = "0.23.1"
rand = "0.7.0"
serde = "1.0.132"
serde_derive = "1.0.103"

View File

@ -28,7 +28,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.10.0"
[target."cfg(target_os = \"linux\")".dependencies]
caps = "0.5.3"
libc = "0.2.112"
nix = "0.23.0"
nix = "0.23.1"
[lib]
name = "solana_perf"

View File

@ -1671,9 +1671,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.23.0"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",

View File

@ -18,7 +18,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
thiserror = "1.0"
solana-logger = { path = "../logger", version = "=1.10.0" }
libc = "0.2.112"
nix = "0.23.0"
nix = "0.23.1"
solana-perf = { path = "../perf", version = "=1.10.0" }
[dev-dependencies]

View File

@ -20,7 +20,7 @@ solana-version = { path = "../version", version = "=1.10.0" }
[target."cfg(unix)".dependencies]
unix_socket2 = "0.5.4"
users = "0.10.0"
nix = "0.23.0"
nix = "0.23.1"
sysctl = "0.4.3"
[lib]