From e6947fdecb709af31956cef47faa22049a1afae4 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 7 Oct 2023 03:12:37 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.149 --- 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 14fddef8506..001c7f17e9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1354,9 +1354,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libm" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 1336fb1cc23..2f6fe3924b1 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -98,7 +98,7 @@ indexmap = { version = "2.0.2", features = ["serde"] } smallvec = "1.11.1" [target.'cfg(unix)'.dependencies] -libc = "0.2.148" +libc = "0.2.149" 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 31d52227f56..2a9221e92c7 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -49,26 +49,26 @@ futures-core = { version = "0.3.28" } futures-sink = { version = "0.3.28" } futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] } -libc = { version = "0.2.148", features = ["extra_traits"] } +libc = { version = "0.2.149", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.15", features = ["fs", "termios"] } tokio = { version = "1.32.0", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -libc = { version = "0.2.148", features = ["extra_traits"] } +libc = { version = "0.2.149", features = ["extra_traits"] } [target.x86_64-apple-darwin.dependencies] futures-core = { version = "0.3.28" } futures-sink = { version = "0.3.28" } futures-util = { version = "0.3.28", features = ["channel", "io", "sink"] } indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1.9.3", default-features = false, features = ["std"] } -libc = { version = "0.2.148", features = ["extra_traits"] } +libc = { version = "0.2.149", features = ["extra_traits"] } miniz_oxide = { version = "0.7.1", default-features = false, features = ["with-alloc"] } rustix = { version = "0.38.15", features = ["fs", "termios"] } tokio = { version = "1.32.0", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] -libc = { version = "0.2.148", features = ["extra_traits"] } +libc = { version = "0.2.149", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-core = { version = "0.3.28" }