From 050e936b7ba32f5f1f1dcdea2310746b835cf2f9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 8 Jan 2026 19:29:22 +0000
Subject: [PATCH] chore(deps): Bump libc from 0.2.179 to 0.2.180 (#518)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.179 to 0.2.180.
Release notes
Sourced from libc's
releases.
0.2.180
Added
- QNX: Add missing BPF and ifreq structures (#4769)
Fixed
- Linux, L4Re: address soundness issues of
CMSG_NXTHDR
(#4903)
- Linux-like: Handle zero-sized payload differences in
CMSG_NXTHDR (#4903)
- Musl: Fix incorrect definitions of struct stat on some 32-bit
architectures (#4914)
- NetBSD: RISC-V 64: Correct
mcontext type definitions
(#4886)
- uClibc: Re-enable
__SIZEOF_PTHREAD_COND_T on non-L4Re
uclibc (#4915)
- uClibc: Restructure Linux
netlink module to resolve
build errors (#4915)
Changelog
Sourced from libc's
changelog.
Added
- QNX: Add missing BPF and ifreq structures (#4769)
Fixed
- Linux, L4Re: address soundness issues of
CMSG_NXTHDR
(#4903)
- Linux-like: Handle zero-sized payload differences in
CMSG_NXTHDR (#4903)
- Musl: Fix incorrect definitions of struct stat on some 32-bit
architectures (#4914)
- NetBSD: RISC-V 64: Correct
mcontext type definitions
(#4886)
- uClibc: Re-enable
__SIZEOF_PTHREAD_COND_T on non-L4Re
uclibc (#4915)
- uClibc: Restructure Linux
netlink module to resolve
build errors (#4915)
Commits
4b38c69
chore: release libc 0.2.180
300e643
qnx: add missing BPF and ifreq structures
12fd831
ci: Add rtems to basic tier 3 checks
b062844
Only test addresses of cmsghdrs that are multiples of the size of
cmsghdr.
676a4f8
linux: Move membarrier.h constants to
src/new
0803fae
linux: Restructure netlink to src/new
72f4c1a
uclibc: Re-enable __SIZEOF_PTHREAD_COND_T on non-L4Re
uclibc
757e55a
netbsd/riscv64.rs: make changes so that this builds again.
042f118
musl: Fix incorrect definitions of struct stat on some
architectures
03755c4
linux, emscripten, android, l4re: handle zero-sized payload differences
in CM...
- 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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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 3bd8605..c9c2f28 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.179"
+version = "0.2.180"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"
+checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
[[package]]
name = "shlex"
diff --git a/Cargo.toml b/Cargo.toml
index 1b8a3bf..292fa19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ resolver = "3"
members = ["examples/*"]
[dependencies]
-libc = "0.2.179"
+libc = "0.2.180"
[build-dependencies]
autotools = { version = "0.2.7", optional = true }