diff --git a/Cargo.lock b/Cargo.lock index b724e40c7100c2..d0326715b8a497 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 6c611c746a5f3d..08fe94adc55f0d 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 adb61535d46364..19b5e505d0a01a 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 16688be85a8c3c..7093df297cc9bb 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 efbbcaaf8415e2..debc8a8065532f 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 b2511a3a991a29..d4dadc3fc118b7 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 f393479f87e7a3..7e77c6aef4e90c 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]