1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

Update Rust crate libc to v0.2.183 (#1802)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [libc](https://redirect.github.com/rust-lang/libc) |
workspace.dependencies | patch | `0.2.182` → `0.2.183` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/169) for more information.

---

### Release Notes

<details>
<summary>rust-lang/libc (libc)</summary>

###
[`v0.2.183`](https://redirect.github.com/rust-lang/libc/releases/tag/0.2.183)

[Compare
Source](https://redirect.github.com/rust-lang/libc/compare/0.2.182...0.2.183)

##### Added

- ESP-IDF: Add `SOMAXCONN`
([#&#8203;4993](https://redirect.github.com/rust-lang/libc/pull/4993))
- Linux: Add `name_to_handle_at` and `open_by_handle_at`
([#&#8203;4988](https://redirect.github.com/rust-lang/libc/pull/4988))
- NetBSD: Add `kinfo_file`, `kinfo_pcb`, and related constants
([#&#8203;4985](https://redirect.github.com/rust-lang/libc/pull/4985))
- OpenBSD: Add `kinfo_file` and related constants
([#&#8203;4991](https://redirect.github.com/rust-lang/libc/pull/4991))
- VxWorks: Add additional structs and defines
([#&#8203;5003](https://redirect.github.com/rust-lang/libc/pull/5003))
- Various: Implement `Default` for `timeval` and `timespec`
([#&#8203;4976](https://redirect.github.com/rust-lang/libc/pull/4976))

##### Fixed

- Hexagon musl: Enable unstable 64-bit `time_t` support and
`musl_v1_2_3`
([#&#8203;4992](https://redirect.github.com/rust-lang/libc/pull/4992))
- Nintendo Switch: Fix target support
([#&#8203;4982](https://redirect.github.com/rust-lang/libc/pull/4982))
- OpenBSD: Wrap an unused field in `Padding`
([#&#8203;4997](https://redirect.github.com/rust-lang/libc/pull/4997))
- Redox: Change `sigaction.sa_flags` to `c_int`
([#&#8203;4986](https://redirect.github.com/rust-lang/libc/pull/4986))
- Redox: Fix `blkcnt_t` type
([#&#8203;4994](https://redirect.github.com/rust-lang/libc/pull/4994))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 01:00 AM and 03:59 AM, only on
Monday ( * 1-3 * * 1 ) (UTC), 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/j178/prek).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-16 10:56:41 +08:00
committed by GitHub
parent 40e88589d2
commit e4792d1b1a
Generated
+2 -2
View File
@@ -1629,9 +1629,9 @@ checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
[[package]]
name = "libc"
version = "0.2.182"
version = "0.2.183"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
[[package]]
name = "liblzma"