From 93378ec020c2efe39d309b564fd620a385be6e37 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 18 Oct 2024 03:04:45 +0000 Subject: [PATCH] chore(deps): update rust crate libc to 0.2.161 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68e3d824be7..f0290c137de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1487,9 +1487,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.160" +version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" +checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "libm" diff --git a/Cargo.toml b/Cargo.toml index bcb99f0c78a..4bb8139fc76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ indoc = "2.0.5" insta = { version = "1.40.0", default-features = false } is_ci = "1.2.0" itertools = "0.13.0" -libc = "0.2.160" +libc = "0.2.161" log = "0.4.22" maplit = "1.0.2" miette = "7.2.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 7d06ca86daf..4e39d4610b6 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -47,25 +47,25 @@ syn = { version = "2.0.79", features = ["extra-traits", "full", "visit", "visit- [target.x86_64-unknown-linux-gnu.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.160", features = ["extra_traits"] } +libc = { version = "0.2.161", features = ["extra_traits"] } linux-raw-sys = { version = "0.4.14", default-features = false, features = ["elf", "errno", "general", "ioctl", "no_std", "std"] } rustix = { version = "0.38.37", features = ["fs", "termios"] } smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] } tokio = { version = "1.40.0", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -libc = { version = "0.2.160", features = ["extra_traits"] } +libc = { version = "0.2.161", features = ["extra_traits"] } [target.x86_64-apple-darwin.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.160", features = ["extra_traits"] } +libc = { version = "0.2.161", features = ["extra_traits"] } rustix = { version = "0.38.37", features = ["fs", "termios"] } smallvec = { version = "1.13.2", default-features = false, features = ["const_new"] } tokio = { version = "1.40.0", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] -libc = { version = "0.2.160", features = ["extra_traits"] } +libc = { version = "0.2.161", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] }