From ad33bffa044c4a33e51a9ba32d0de9c1cdaae782 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 13 Feb 2026 19:15:58 +0000
Subject: [PATCH] chore(deps): Bump libc from 0.2.181 to 0.2.182 (#529)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.181 to 0.2.182.
Release notes
Sourced from libc's
releases.
0.2.182
Added
- Android, Linux: Add
tgkill (#4970)
- Redox: Add
RENAME_NOREPLACE (#4968)
- Redox: Add
renameat2 (#4968)
Changelog
Sourced from libc's
changelog.
Added
- Android, Linux: Add
tgkill (#4970)
- Redox: Add
RENAME_NOREPLACE (#4968)
- Redox: Add
renameat2 (#4968)
Commits
e879ee9
chore: Release libc 0.2.182
2efe72f
remove copyright year in LICENSE-MIT
634bc4e
ci: Update the list of tested and documented targets
d7aa109
Revert "Disable hexagon-unknown-linux-musl testing for
now"
14e2f56
Revert "ci: Skip hexagon-unknown-linux-musl"
b7807c3
Revert "aix: Temporarily skip checking powerpc64-ibm-aix
builds"
abe93a0
feat(linux): add tgkill for Linux and Android
25f7dde
feat(redox): add RENAME_NOREPLACE
4b4ce4f
feat(redox): add renameat2
ab8c36c
build(deps): bump vmactions/solaris-vm from 1.2.8 to 1.3.0
- 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 d2e6f1c..949671d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.181"
+version = "0.2.182"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
+checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
[[package]]
name = "shlex"
diff --git a/Cargo.toml b/Cargo.toml
index c8f3f9f..53fc421 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ resolver = "3"
members = ["examples/*"]
[dependencies]
-libc = "0.2.181"
+libc = "0.2.182"
[build-dependencies]
autotools = { version = "0.2.7", optional = true }