From 9bd9d1e05a6f2e1daedfaeeb061a6850498d7b9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:02:53 -0600 Subject: [PATCH] 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] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- install/Cargo.toml | 2 +- net-utils/Cargo.toml | 2 +- perf/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- sys-tuner/Cargo.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a26183f2..e2a9519c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/install/Cargo.toml b/install/Cargo.toml index 2f877a4af..7d974bb17 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -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"] } diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index a0532a2f3..06962cf39 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -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" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index dabe027f9..e29007e52 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -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" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index e7e8757e4..948889792 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -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", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index ba31e9ecb..99bda98ca 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -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"] } diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index 248226463..7fd38cbd8 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -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]