chore: bump nix from 0.24.0 to 0.24.2 (#26725)
* chore: bump nix from 0.24.0 to 0.24.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.24.0 to 0.24.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.24.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.24.0...v0.24.2) --- 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 <you@example.com>
This commit is contained in:
parent
2f6f5b11da
commit
9bd9d1e05a
|
@ -2718,9 +2718,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.24.0"
|
||||
version = "0.24.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f6d99b651ff9697d6710f9613a07c5b4e0d655040faf56b3b471af108d55597"
|
||||
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if 1.0.0",
|
||||
|
|
|
@ -21,7 +21,7 @@ ctrlc = { version = "3.2.2", features = ["termination"] }
|
|||
dirs-next = "2.0.0"
|
||||
indicatif = "0.16.2"
|
||||
lazy_static = "1.4.0"
|
||||
nix = "0.24.0"
|
||||
nix = "0.24.2"
|
||||
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
|
||||
semver = "1.0.10"
|
||||
serde = { version = "1.0.138", features = ["derive"] }
|
||||
|
|
|
@ -14,7 +14,7 @@ bincode = "1.3.3"
|
|||
clap = { version = "3.1.5", features = ["cargo"] }
|
||||
crossbeam-channel = "0.5"
|
||||
log = "0.4.17"
|
||||
nix = "0.24.0"
|
||||
nix = "0.24.2"
|
||||
rand = "0.7.0"
|
||||
serde = "1.0.138"
|
||||
serde_derive = "1.0.103"
|
||||
|
|
|
@ -30,7 +30,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.11.4" }
|
|||
[target."cfg(target_os = \"linux\")".dependencies]
|
||||
caps = "0.5.3"
|
||||
libc = "0.2.126"
|
||||
nix = "0.24.0"
|
||||
nix = "0.24.2"
|
||||
|
||||
[lib]
|
||||
name = "solana_perf"
|
||||
|
|
|
@ -2459,9 +2459,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.24.0"
|
||||
version = "0.24.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f6d99b651ff9697d6710f9613a07c5b4e0d655040faf56b3b471af108d55597"
|
||||
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cfg-if 1.0.0",
|
||||
|
|
|
@ -17,7 +17,7 @@ indexmap = "1.9.1"
|
|||
itertools = "0.10.3"
|
||||
libc = "0.2.126"
|
||||
log = "0.4.17"
|
||||
nix = "0.24.0"
|
||||
nix = "0.24.2"
|
||||
pem = "1.0.2"
|
||||
percentage = "0.1.0"
|
||||
pkcs8 = { version = "0.8.0", features = ["alloc"] }
|
||||
|
|
|
@ -20,7 +20,7 @@ solana-version = { path = "../version", version = "=1.11.4" }
|
|||
[target."cfg(unix)".dependencies]
|
||||
unix_socket2 = "0.5.4"
|
||||
users = "0.10.0"
|
||||
nix = "0.24.0"
|
||||
nix = "0.24.2"
|
||||
sysctl = "0.4.4"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in New Issue