From 301d585d479947ebfc69ca9606aac6fbc6227673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Dec 2021 11:04:45 -0700 Subject: [PATCH] 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] * [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 b724e40c7..d0326715b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/install/Cargo.toml b/install/Cargo.toml index 6c611c746..08fe94adc 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -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" diff --git a/net-utils/Cargo.toml b/net-utils/Cargo.toml index adb61535d..19b5e505d 100644 --- a/net-utils/Cargo.toml +++ b/net-utils/Cargo.toml @@ -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" diff --git a/perf/Cargo.toml b/perf/Cargo.toml index 16688be85..7093df297 100644 --- a/perf/Cargo.toml +++ b/perf/Cargo.toml @@ -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" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index efbbcaaf8..debc8a806 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -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", diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index b2511a3a9..d4dadc3fc 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -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] diff --git a/sys-tuner/Cargo.toml b/sys-tuner/Cargo.toml index f393479f8..7e77c6aef 100644 --- a/sys-tuner/Cargo.toml +++ b/sys-tuner/Cargo.toml @@ -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]