From c2b155492eed21b7727c7067e8ea7c260be4c00b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 Jul 2026 19:15:12 +0000
Subject: [PATCH] chore(deps): Bump libc from 0.2.188 to 0.2.189 (#568)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.188 to 0.2.189.
Release notes
Sourced from libc's
releases.
0.2.189
Added
- Emscripten: Add
pthread_sigmask, sigwait,
sigwaitinfo, sigtimedwait,
faccessat, and pthread_kill (#5270)
- Linux SPARC: Enable the
clone3 syscall (#4980)
- Solarish: Add
CLOCK_PROCESS_CPUTIME_ID and
CLOCK_THREAD_CPUTIME_ID (#5274)
Deprecated
- Deprecate
CLONE_INTO_CGROUP and
CLONE_CLEAR_SIGHAND. These overflow their types and will be
changed to a larger size in the future. (8c6e6710458d)
Fixed
- Musl riscv32: Rename padding fields to avoid a conflict and fix the
build (2499ff0ad993)
- NuttX: Fix
wchar_t definition under Arm (#5245)
- Windows: Add back link names for
time-related symbols
(#5300)
Changelog
Sourced from libc's
changelog.
Added
- Emscripten: Add
pthread_sigmask, sigwait,
sigwaitinfo, sigtimedwait,
faccessat, and pthread_kill (#5270)
- Linux SPARC: Enable the
clone3 syscall (#4980)
- Solarish: Add
CLOCK_PROCESS_CPUTIME_ID and
CLOCK_THREAD_CPUTIME_ID (#5274)
Deprecated
- Deprecate
CLONE_INTO_CGROUP and
CLONE_CLEAR_SIGHAND. These overflow their types and will be
changed to a larger size in the future. (8c6e6710458d)
Fixed
- Musl riscv32: Rename padding fields to avoid a conflict and fix the
build (2499ff0ad993)
- NuttX: Fix
wchar_t definition under Arm (#5245)
- Windows: Add back link names for
time-related symbols
(#5300)
Commits
ef0906e
libc: Release 0.2.189
5a79f76
riscv32-musl: Rename padding fields to avoid a conflict
3e51062
psp: Fix overflowing_literals warnings
e352fdd
emscripten: add pthread_sigmask, sigwait, sigwaitinfo, sigtimedwait,
faccessa...
63221b3
macros: Require safe in safe_f!
invocations
707ab52
macros: Require unsafe in f! invocations
8e40c94
Enable clone3() syscall on sparc-linux and sparc64-linux
8427909
windows: Add back link names for time-related symbols
b4863fa
nuttx: fix wchar_t definition under arm
41c683d
nuttx: mirror type definitions
- 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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index f18adea..5dcefff 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.188"
+version = "0.2.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22053b6a34f84abc97f9129e61334f40174659a1b9bd18c970b83db6a9a6348b"
+checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
[[package]]
name = "shlex"