From 177bdbaafe45fc721fd187948bd1c4ca8b042f00 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 29 Nov 2024 20:53:22 -0800 Subject: [PATCH] chore(deps): update rust crate libc to 0.2.167 (#1917) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [libc](https://redirect.github.com/rust-lang/libc) | workspace.dependencies | patch | `0.2.166` -> `0.2.167` | --- ### Release Notes
rust-lang/libc (libc) ### [`v0.2.167`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.167) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.166...0.2.167) ##### Added - Solarish: add `st_fstype` to `stat` [#​4145](https://redirect.github.com/rust-lang/libc/pull/4145) - Trusty: Add `intptr_t` and `uintptr_t` ([#​4161](https://redirect.github.com/rust-lang/libc/pull/4161)) ##### Fixed - Fix the build with `rustc-dep-of-std` [#​4158](https://redirect.github.com/rust-lang/libc/pull/4158) - Wasi: Add back unsafe block for `clockid_t` static variables ([#​4157](https://redirect.github.com/rust-lang/libc/pull/4157)) ##### Cleanup - Create an internal prelude [#​4161](https://redirect.github.com/rust-lang/libc/pull/4161) - Fix `unused_qualifications`[#​4132](https://redirect.github.com/rust-lang/libc/pull/4132) ##### Other - CI: Check various FreeBSD versions ([#​4159](https://redirect.github.com/rust-lang/libc/pull/4159)) - CI: add a timeout for all jobs [#​4164](https://redirect.github.com/rust-lang/libc/pull/4164) - CI: verify MSRV for `wasm32-wasi` [#​4157](https://redirect.github.com/rust-lang/libc/pull/4157) - Migrate to the 2021 edition [#​4132](https://redirect.github.com/rust-lang/libc/pull/4132) ##### Removed - Remove one unused import after the edition 2021 bump
--- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- 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 8a4c9765032..fd2bfff5572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,9 +1490,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.166" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libm" diff --git a/Cargo.toml b/Cargo.toml index c81d63eb35c..2e6561dedd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ indoc = "2.0.5" insta = { version = "1.41.1", default-features = false } is_ci = "1.2.0" itertools = "0.13.0" -libc = "0.2.166" +libc = "0.2.167" log = "0.4.22" maplit = "1.0.2" miette = "7.4.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 5e3dc0d4312..5e519c97be2 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -48,26 +48,26 @@ syn = { version = "2.0.89", features = ["extra-traits", "full", "visit", "visit- futures-channel = { version = "0.3.31", features = ["sink"] } futures-core = { version = "0.3.31" } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.166", features = ["extra_traits"] } +libc = { version = "0.2.167", 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.41.1", default-features = false, features = ["net"] } [target.x86_64-unknown-linux-gnu.build-dependencies] -libc = { version = "0.2.166", features = ["extra_traits"] } +libc = { version = "0.2.167", features = ["extra_traits"] } [target.x86_64-apple-darwin.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] } futures-core = { version = "0.3.31" } futures-sink = { version = "0.3.31", default-features = false, features = ["std"] } -libc = { version = "0.2.166", features = ["extra_traits"] } +libc = { version = "0.2.167", 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.41.1", default-features = false, features = ["net"] } [target.x86_64-apple-darwin.build-dependencies] -libc = { version = "0.2.166", features = ["extra_traits"] } +libc = { version = "0.2.167", features = ["extra_traits"] } [target.x86_64-pc-windows-msvc.dependencies] futures-channel = { version = "0.3.31", features = ["sink"] }