From d91650534c565f7a6caada20525bf865fd7f2f1a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Apr 2026 20:17:38 +0000
Subject: [PATCH] chore(deps): Bump libc from 0.2.184 to 0.2.185 (#547)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.184 to 0.2.185.
Release notes
Sourced from libc's
releases.
0.2.185
Added
- EspIDF: Add
espidf_picolibc cfg for picolibc
O_* flag values (#5035)
- Hexagon: add missing constants and fix types for linux-musl (#5042)
- Redox: Add semaphore functions (#5051)
- Windows: Add
sprintf, snprintf, and the
scanf family (#5024)
Fixed
- Hexagon: Decouple
time64 types from musl symbol
redirects (#5040)
- Horizon: Change
POLL constants from
c_short to c_int (#5045)
Changelog
Sourced from libc's
changelog.
Added
- EspIDF: Add
espidf_picolibc cfg for picolibc
O_* flag values (#5035)
- Hexagon: add missing constants and fix types for linux-musl (#5042)
- Redox: Add semaphore functions (#5051)
- Windows: Add
sprintf, snprintf, and the
scanf family (#5024)
Fixed
- Hexagon: Decouple
time64 types from musl symbol
redirects (#5040)
- Horizon: Change
POLL constants from
c_short to c_int (#5045)
Commits
71d5bfc
libc: Release 0.2.185
1027d1c
Revert "ci: Pin nightly to 2026-04-01"
0e9c6e5
redox: Add semaphore functions
24ef457
feat: add back support for gnu windows x86 in ci
aa75caf
horizon: Change POLL constants from c_short to c_int
b7eda5a
hexagon: add missing constants and fix types for linux-musl
d4613f9
newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values
c89fd76
Fix typo in Padding comments
b3264b2
hexagon: decouple time64 types from musl symbol redirects
db1ebee
ci: Pin nightly to 2026-04-01
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a6915c5..734bc4b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.184"
+version = "0.2.185"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
+checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
[[package]]
name = "shlex"
diff --git a/Cargo.toml b/Cargo.toml
index 63aaca2..3b2d0b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ resolver = "3"
members = ["examples/*"]
[dependencies]
-libc = "0.2.184"
+libc = "0.2.185"
[build-dependencies]
autotools = { version = "0.2.7", optional = true }