From a753eef0d50ded81bfaf62edc1606d913686e19d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 24 Apr 2026 19:14:52 +0000
Subject: [PATCH] chore(deps): Bump libc from 0.2.185 to 0.2.186 (#552)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.185 to 0.2.186.
Release notes
Sourced from libc's
releases.
0.2.186
Added
- Apple: Add
KEVENT_FLAG_* constants (#5070)
- Linux: Add
PR_SET_MEMORY_MERGE and
PR_GET_MEMORY_MERGE (#5060)
Changed
- CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Changelog
Sourced from libc's
changelog.
Added
- Apple: Add
KEVENT_FLAG_* constants (#5070)
- Linux: Add
PR_SET_MEMORY_MERGE and
PR_GET_MEMORY_MERGE (#5060)
Changed
- CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Commits
42620ff
[0.2] libc: Release 0.2.186
9db2eaa
apple: add KEVENT_FLAG_* constants
3840939
Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
f697deb
chore: migrate from Cirrus CI to GHA
- 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 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 734bc4b..4a0b11e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.185"
+version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
+checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "shlex"
diff --git a/Cargo.toml b/Cargo.toml
index 3b2d0b5..d6893cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ resolver = "3"
members = ["examples/*"]
[dependencies]
-libc = "0.2.185"
+libc = "0.2.186"
[build-dependencies]
autotools = { version = "0.2.7", optional = true }