From 2d616a8be0c08c137d1fa0f2d6583edb88c4ee20 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sun, 5 Nov 2023 11:51:24 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.150 --- Cargo.lock | 4 ++-- nextest-runner/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03037ec91e1..b3868cd4f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,9 +1460,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.149" +version = "0.2.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" +checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libm" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index a95dfb1fb4f..1d89f06a4fe 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -98,7 +98,7 @@ indexmap = { version = "2.1.0", features = ["serde"] } smallvec = "1.11.1" [target.'cfg(unix)'.dependencies] -libc = "0.2.149" +libc = "0.2.150" nix = { version = "0.27.1", default-features = false, features = ["signal"] } [target.'cfg(windows)'.dependencies] diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 8096f6f4c35..6fe7905f868 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -50,26 +50,26 @@ futures-core = { version = "0.3.29" } futures-sink = { version = "0.3.29" } futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] } -libc = { version = "0.2.149", features = ["extra_traits"] } +libc = { version = "0.2.150", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.20", features = ["fs", "termios"] } tokio = { version = "1.33.0", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -libc = { version = "0.2.149", features = ["extra_traits"] } +libc = { version = "0.2.150", features = ["extra_traits"] } [target.x86_64-apple-darwin.dependencies] futures-core = { version = "0.3.29" } futures-sink = { version = "0.3.29" } futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] } -libc = { version = "0.2.149", features = ["extra_traits"] } +libc = { version = "0.2.150", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.20", features = ["fs", "termios"] } tokio = { version = "1.33.0", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] -libc = { version = "0.2.149", features = ["extra_traits"] } +libc = { version = "0.2.150", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-core = { version = "0.3.29" }