From ec82370cc9d687514b6f51cab9a37146c4ac5243 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 18 Jun 2025 17:27:31 +0000
Subject: [PATCH] build(deps): bump libc from 0.2.173 to 0.2.174 (#37536)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.173 to 0.2.174.
Release notes
Sourced from libc's
releases.
0.2.174
Added
- Linux: Make
pidfd_info
fields pub (#4487)
Fixed
- Gnu x32: Add missing
timespec.tv_nsec
(#4497)
- NuttX: Use
nlink_t
type for st_nlink
in
struct stat
definition (#4483)
Other
- Allow new
unpredictable_function_pointer_comparisons
lints (#4489)
- OpenBSD: Fix some clippy warnings to use
pointer::cast
.
(#4490)
- Remove unessecary semicolons from definitions of
CMSG_NXTHDR
. (#4492)
Changelog
Sourced from libc's
changelog.
Added
- Linux: Make
pidfd_info
fields pub (#4487)
Fixed
- Gnu x32: Add missing
timespec.tv_nsec
(#4497)
- NuttX: Use
nlink_t
type for st_nlink
in
struct stat
definition (#4483)
Other
- Allow new
unpredictable_function_pointer_comparisons
lints (#4489)
- OpenBSD: Fix some clippy warnings to use
pointer::cast
.
(#4490)
- Remove unessecary semicolons from definitions of
CMSG_NXTHDR
. (#4492)
Commits
ea6f07f
Merge pull request #4500
from tgross35/release
ce31fda
chore: release libc 0.2.174
296b580
Merge pull request #4499
from tgross35/backport-hungarian-wax
264a539
Add missing timespec.tv_nsec for gnux32
7d92568
fix: use nlink_t type for st_nlink in struct stat definition for
NuttX
790180b
Remove unessecary semicolons from definitions of
CMSG_NXTHDR
.
1e99d50
make pidfd_info fields pub
c08c507
openbsd: Fix some clippy warnings to use
pointer::cast
.
5134058
Allow new unpredictable_function_pointer_comparisons
lints
- See full diff 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 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 25bee65f5a3..4daaf113b34 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4307,9 +4307,9 @@ checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
-version = "0.2.173"
+version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
+checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
name = "libdbus-sys"