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]