Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit a6d1553

Browse files
authored
chore(deps): bump libc from 0.2.159 to 0.2.161 (#296)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 to 0.2.161. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/releases">libc's releases</a>.</em></p> <blockquote> <h2>0.2.161</h2> <h3>Fixed</h3> <ul> <li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code> values <a href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li> </ul> <h2>0.2.160</h2> <h3>Added</h3> <ul> <li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li> <li>Apple: add <code>F_TRANSFEREXTENTS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li> <li>Apple: add <code>mach_error_string</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li> <li>Apple: add additional <code>pthread</code> APIs <a href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li> <li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li> <li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>, <code>RTAX_*</code>, and <code>RTM_*</code> definitions <a href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li> <li>Emscripten: add <code>AT_EACCESS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li> <li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>, <code>getgrnam_r</code> and <code>getgrgid_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li> <li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li> <li>FreeBSD: add <code>POLLRDHUP</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li> <li>Haiku: add <code>arc4random</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li> <li>Illumos: add <code>ptsname_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li> <li>Linux: add <code>fanotify</code> interfaces <a href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li> <li>Linux: add <code>tcp_info</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li> <li>Linux: add additional AF_PACKET options <a href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li> <li>Linux: make Elf constants always available <a href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li> <li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li> <li>Musl: add <code>posix_spawn</code> chdir functions <a href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li> <li>Musl: add <code>utmpx.h</code> constants <a href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li> <li>NetBSD: add <code>sysctlnametomib</code>, <code>CLOCK_THREAD_CPUTIME_ID</code> and <code>CLOCK_PROCESS_CPUTIME_ID</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li> <li>Nuttx: initial support <a href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li> <li>RTEMS: add <code>getentropy</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li> <li>RTEMS: initial support <a href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li> <li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>, <code>O_RSYNC</code>, and <code>posix_fallocate</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li> <li>Unix: add <code>fnmatch.h</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li> <li>VxWorks: add riscv64 support <a href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li> <li>VxWorks: update constants related to the scheduler <a href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li> </ul> <h3>Changed</h3> <ul> <li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li> </ul> <h3>Fixed</h3> <ul> <li>ESP-IDF: fix mismatched constants and structs <a href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li> <li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li> </ul> <h3>Other</h3> <ul> <li>CI: Fix CI for FreeBSD 15 <a href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li> <li>Docs: link to <code>windows-sys</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3915">rust-lang/libc#3915</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md">libc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.160...0.2.161">0.2.161</a> - 2024-10-17</h2> <h3>Fixed</h3> <ul> <li>OpenBSD: fix <code>FNM_PATHNAME</code> and <code>FNM_NOESCAPE</code> values <a href="https://redirect.github.com/rust-lang/libc/pull/3983">rust-lang/libc#3983</a></li> </ul> <h2><a href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.160">0.2.160</a> - 2024-10-17</h2> <h3>Added</h3> <ul> <li>Android: add <code>PR_GET_NAME</code> and <code>PR_SET_NAME</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3941">rust-lang/libc#3941</a></li> <li>Apple: add <code>F_TRANSFEREXTENTS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3925">rust-lang/libc#3925</a></li> <li>Apple: add <code>mach_error_string</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3913">rust-lang/libc#3913</a></li> <li>Apple: add additional <code>pthread</code> APIs <a href="https://redirect.github.com/rust-lang/libc/pull/3846">rust-lang/libc#3846</a></li> <li>Apple: add the <code>LOCAL_PEERTOKEN</code> socket option <a href="https://redirect.github.com/rust-lang/libc/pull/3929">rust-lang/libc#3929</a></li> <li>BSD: add <code>RTF_*</code>, <code>RTA_*</code>, <code>RTAX_*</code>, and <code>RTM_*</code> definitions <a href="https://redirect.github.com/rust-lang/libc/pull/3714">rust-lang/libc#3714</a></li> <li>Emscripten: add <code>AT_EACCESS</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3911">rust-lang/libc#3911</a></li> <li>Emscripten: add <code>getgrgid</code>, <code>getgrnam</code>, <code>getgrnam_r</code> and <code>getgrgid_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3912">rust-lang/libc#3912</a></li> <li>Emscripten: add <code>getpwnam_r</code> and <code>getpwuid_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3906">rust-lang/libc#3906</a></li> <li>FreeBSD: add <code>POLLRDHUP</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li> <li>Haiku: add <code>arc4random</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3945">rust-lang/libc#3945</a></li> <li>Illumos: add <code>ptsname_r</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3867">rust-lang/libc#3867</a></li> <li>Linux: add <code>fanotify</code> interfaces <a href="https://redirect.github.com/rust-lang/libc/pull/3695">rust-lang/libc#3695</a></li> <li>Linux: add <code>tcp_info</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3480">rust-lang/libc#3480</a></li> <li>Linux: add additional AF_PACKET options <a href="https://redirect.github.com/rust-lang/libc/pull/3540">rust-lang/libc#3540</a></li> <li>Linux: make Elf constants always available <a href="https://redirect.github.com/rust-lang/libc/pull/3938">rust-lang/libc#3938</a></li> <li>Musl x86: add <code>iopl</code> and <code>ioperm</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3720">rust-lang/libc#3720</a></li> <li>Musl: add <code>posix_spawn</code> chdir functions <a href="https://redirect.github.com/rust-lang/libc/pull/3949">rust-lang/libc#3949</a></li> <li>Musl: add <code>utmpx.h</code> constants <a href="https://redirect.github.com/rust-lang/libc/pull/3908">rust-lang/libc#3908</a></li> <li>NetBSD: add <code>sysctlnametomib</code>, <code>CLOCK_THREAD_CPUTIME_ID</code> and <code>CLOCK_PROCESS_CPUTIME_ID</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3927">rust-lang/libc#3927</a></li> <li>Nuttx: initial support <a href="https://redirect.github.com/rust-lang/libc/pull/3909">rust-lang/libc#3909</a></li> <li>RTEMS: add <code>getentropy</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3973">rust-lang/libc#3973</a></li> <li>RTEMS: initial support <a href="https://redirect.github.com/rust-lang/libc/pull/3866">rust-lang/libc#3866</a></li> <li>Solarish: add <code>POLLRDHUP</code>, <code>POSIX_FADV_*</code>, <code>O_RSYNC</code>, and <code>posix_fallocate</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3936">rust-lang/libc#3936</a></li> <li>Unix: add <code>fnmatch.h</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3937">rust-lang/libc#3937</a></li> <li>VxWorks: add riscv64 support <a href="https://redirect.github.com/rust-lang/libc/pull/3935">rust-lang/libc#3935</a></li> <li>VxWorks: update constants related to the scheduler <a href="https://redirect.github.com/rust-lang/libc/pull/3963">rust-lang/libc#3963</a></li> </ul> <h3>Changed</h3> <ul> <li>Redox: change <code>ino_t</code> to be <code>c_ulonglong</code> <a href="https://redirect.github.com/rust-lang/libc/pull/3919">rust-lang/libc#3919</a></li> </ul> <h3>Fixed</h3> <ul> <li>ESP-IDF: fix mismatched constants and structs <a href="https://redirect.github.com/rust-lang/libc/pull/3920">rust-lang/libc#3920</a></li> <li>FreeBSD: fix <code>struct stat</code> on FreeBSD 12+ <a href="https://redirect.github.com/rust-lang/libc/pull/3946">rust-lang/libc#3946</a></li> </ul> <h3>Other</h3> <ul> <li>CI: Fix CI for FreeBSD 15 <a href="https://redirect.github.com/rust-lang/libc/pull/3950">rust-lang/libc#3950</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/libc/commit/63b4a641b774f451d4faa2e1b8d3ec0fe7e03c44"><code>63b4a64</code></a> chore: release v0.2.161</li> <li><a href="https://github.com/rust-lang/libc/commit/49f1ad72078dc701f2d6453baab9ee7976844bf7"><code>49f1ad7</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3984">#3984</a> from tgross35/backport-bsd-fix</li> <li><a href="https://github.com/rust-lang/libc/commit/ed784c3ccced0e336e140d1bef1c7ed98ac21845"><code>ed784c3</code></a> unbreak OpenBSD after <a href="https://redirect.github.com/rust-lang/libc/issues/3937">#3937</a></li> <li><a href="https://github.com/rust-lang/libc/commit/b72e9bcaf98995136638ea46e7af5168cf4c2fce"><code>b72e9bc</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3943">#3943</a> from rust-lang/release-plz-2024-09-25T01-38-49Z</li> <li><a href="https://github.com/rust-lang/libc/commit/bf6680ddbfd942c09871eba4de0b15dbc41b819f"><code>bf6680d</code></a> chore: release v0.2.160</li> <li><a href="https://github.com/rust-lang/libc/commit/a36762845c623141603792dff552fb68fd5c24ce"><code>a367628</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3982">#3982</a> from tgross35/backport-basil</li> <li><a href="https://github.com/rust-lang/libc/commit/35f31f84c5f785330882cc8fbd767156bc20c44b"><code>35f31f8</code></a> Sort linux-musl.txt</li> <li><a href="https://github.com/rust-lang/libc/commit/1b2232978fb15321e6f4232889e1c2be9bd1ba9b"><code>1b22329</code></a> Add fnmatch.h</li> <li><a href="https://github.com/rust-lang/libc/commit/31f746a6d21e8fd66a94e85bacb02cb057fd59f2"><code>31f746a</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/libc/issues/3980">#3980</a> from tgross35/backport-squash</li> <li><a href="https://github.com/rust-lang/libc/commit/f39e871b2a9a2a10e8a0f1ecfd4de90c0a927d26"><code>f39e871</code></a> VxWorks Sched_param renamed, pthread functions and constants added</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/libc/compare/0.2.159...0.2.161">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libc&package-manager=cargo&previous-version=0.2.159&new-version=0.2.161)](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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
2 parents 1f8d172 + 09bb864 commit a6d1553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)