From c7a79cfc02bcacfb3983a9d8b3ad15bb06d33380 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:16:49 -0400 Subject: [PATCH] Update Rust crate libc to v0.2.159 (#18370) 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.158` -> `0.2.159` | --- ### Release Notes
rust-lang/libc (libc) ### [`v0.2.159`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.159) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.158...0.2.159) ##### Added - Android: add more `AT_*` constants in [#​3779](https://redirect.github.com/rust-lang/libc/pull/3779) - Apple: add missing `NOTE_*` constants in [#​3883](https://redirect.github.com/rust-lang/libc/pull/3883) - Hermit: add missing error numbers in [#​3858](https://redirect.github.com/rust-lang/libc/pull/3858) - Hurd: add `__timeval` for 64-bit support in [#​3786](https://redirect.github.com/rust-lang/libc/pull/3786) - Linux: add `epoll_pwait2` in [#​3868](https://redirect.github.com/rust-lang/libc/pull/3868) - Linux: add `mq_notify` in [#​3849](https://redirect.github.com/rust-lang/libc/pull/3849) - Linux: add missing `NFT_CT_*` constants in [#​3844](https://redirect.github.com/rust-lang/libc/pull/3844) - Linux: add the `fchmodat2` syscall in [#​3588](https://redirect.github.com/rust-lang/libc/pull/3588) - Linux: add the `mseal` syscall in [#​3798](https://redirect.github.com/rust-lang/libc/pull/3798) - OpenBSD: add `sendmmsg` and `recvmmsg` in [#​3831](https://redirect.github.com/rust-lang/libc/pull/3831) - Unix: add `IN6ADDR_ANY_INIT` and `IN6ADDR_LOOPBACK_INIT` in [#​3693](https://redirect.github.com/rust-lang/libc/pull/3693) - VxWorks: add `S_ISVTX` in [#​3768](https://redirect.github.com/rust-lang/libc/pull/3768) - VxWorks: add `vxCpuLib` and `taskLib` functions [#​3861](https://redirect.github.com/rust-lang/libc/pull/3861) - WASIp2: add definitions for `std::net` support in [#​3892](https://redirect.github.com/rust-lang/libc/pull/3892) ##### Fixed - Correctly handle version checks when `clippy-driver` is used [#​3893](https://redirect.github.com/rust-lang/libc/pull/3893) ##### Changed - EspIdf: change signal constants to c_int in [#​3895](https://redirect.github.com/rust-lang/libc/pull/3895) - HorizonOS: update network definitions in [#​3863](https://redirect.github.com/rust-lang/libc/pull/3863) - Linux: combine `ioctl` APIs in [#​3722](https://redirect.github.com/rust-lang/libc/pull/3722) - WASI: enable CI testing in [#​3869](https://redirect.github.com/rust-lang/libc/pull/3869) - WASIp2: enable CI testing in [#​3870](https://redirect.github.com/rust-lang/libc/pull/3870)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cd40d4226..68dad1f746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6434,9 +6434,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" [[package]] name = "libdbus-sys"