Files
firezone/rust
dependabot[bot] c51b03315e build(deps): Bump libc from 0.2.149 to 0.2.150 in /rust (#2594)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150.
<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.150</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: closefrom() and close_range() for FreeBSD by <a
href="https://github.com/SteveLauC"><code>@​SteveLauC</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3374">rust-lang/libc#3374</a></li>
<li>adding apple ifreq by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3375">rust-lang/libc#3375</a></li>
<li>Add pthread_once by <a
href="https://github.com/0xcaff"><code>@​0xcaff</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li>
<li>netbsd: Add SO_NOSIGPIPE by <a
href="https://github.com/taiki-e"><code>@​taiki-e</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3377">rust-lang/libc#3377</a></li>
<li>Say goodbye to GH Pages in favor of docs.rs by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3378">rust-lang/libc#3378</a></li>
<li>bugfix for teeos use Option by <a
href="https://github.com/Sword-Destiny"><code>@​Sword-Destiny</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3379">rust-lang/libc#3379</a></li>
<li>openbsd/netbsd sharing execvpe definition by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3382">rust-lang/libc#3382</a></li>
<li>ifreq for apple follow-up fix case when in non libc_union case by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3385">rust-lang/libc#3385</a></li>
<li>NetBSD's mod.rs: fix cpuid_t definition. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li>
<li>ifconf addition to apple. fixing freebsd's implementation while at
it. by <a href="https://github.com/devnexen"><code>@​devnexen</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3388">rust-lang/libc#3388</a></li>
<li>adding exect/execvP for FreeBSD/DragonflyBSD by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3381">rust-lang/libc#3381</a></li>
<li>adding execvP for apple by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3383">rust-lang/libc#3383</a></li>
<li>adding ifreq struct for openbsd by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3384">rust-lang/libc#3384</a></li>
<li>Add <code>MCL_ONFAULT</code> constants by <a
href="https://github.com/newpavlov"><code>@​newpavlov</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3380">rust-lang/libc#3380</a></li>
<li>Add time namespace constant by <a
href="https://github.com/cd-work"><code>@​cd-work</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3352">rust-lang/libc#3352</a></li>
<li>adding few more CLONE_* constant for Linux/Android. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3034">rust-lang/libc#3034</a></li>
<li>android add handful lock free stdio calls by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3290">rust-lang/libc#3290</a></li>
<li>hurd: Fix msghdr's msg_iov field type by <a
href="https://github.com/sthibaul"><code>@​sthibaul</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li>
<li>Adding missing macros from linux/if_tun.h by <a
href="https://github.com/BrandonMFong"><code>@​BrandonMFong</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li>
<li>vxworks: Add mman.h consts and shm functions by <a
href="https://github.com/jdygert-spok"><code>@​jdygert-spok</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3406">rust-lang/libc#3406</a></li>
<li>Reenable FreeBSD 14 CI, and update definitions to match 14.0-RC1. by
<a href="https://github.com/asomers"><code>@​asomers</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3355">rust-lang/libc#3355</a></li>
<li>Use new check-cfg syntax in newer nightly by <a
href="https://github.com/Urgau"><code>@​Urgau</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3410">rust-lang/libc#3410</a></li>
<li>musl fixes and musl+riscv32 fixes by <a
href="https://github.com/akiernan"><code>@​akiernan</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3302">rust-lang/libc#3302</a></li>
<li>Add various constants from OpenBSD's sys/exec_elf.h. by <a
href="https://github.com/ltratt"><code>@​ltratt</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3409">rust-lang/libc#3409</a></li>
<li>riscv64/musl: Add landlock syscalls by <a
href="https://github.com/marv"><code>@​marv</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3398">rust-lang/libc#3398</a></li>
<li>Add stat64at function declaration to AIX by <a
href="https://github.com/ecnelises"><code>@​ecnelises</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3324">rust-lang/libc#3324</a></li>
<li>adding getmntinfo/getmntvinfo for DragonFlyBSD. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3394">rust-lang/libc#3394</a></li>
<li>adding MOVE_MOUNT* constants for linux to use with SYS_move_mount by
<a href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3391">rust-lang/libc#3391</a></li>
<li>freebsd adding PROT_MAX|PROT_MAX_EXTRACT mmap flags by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3399">rust-lang/libc#3399</a></li>
<li>linux/android adding few if_alg.h constants. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3404">rust-lang/libc#3404</a></li>
<li>Setup Dependabot for GitHub Actions by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3411">rust-lang/libc#3411</a></li>
<li>For NetBSD: add entry for NetBSD/riscv64. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3291">rust-lang/libc#3291</a></li>
<li>adding more recent pthread_get/setname_np calls to
freebsd/dragonflybsd by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3412">rust-lang/libc#3412</a></li>
<li>NetBSD/mipsel: add support. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3416">rust-lang/libc#3416</a></li>
<li>feat: add new constants from fanotify linux api by <a
href="https://github.com/ad0"><code>@​ad0</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3408">rust-lang/libc#3408</a></li>
<li>linux: add PTRACE_GETSIGMASK and PTRACE_SETSIGMASK by <a
href="https://github.com/mbyzhang"><code>@​mbyzhang</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3163">rust-lang/libc#3163</a></li>
<li>Add a few declarations for Apple systems by <a
href="https://github.com/vincentisambart"><code>@​vincentisambart</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3328">rust-lang/libc#3328</a></li>
<li>feat: Added ifconf struct by <a
href="https://github.com/Brijeshkrishna"><code>@​Brijeshkrishna</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3393">rust-lang/libc#3393</a></li>
<li>Upgrade Docker images to Ubuntu 23.10 by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3418">rust-lang/libc#3418</a></li>
<li>redox: Add remaining <code>grp.h</code> functions by <a
href="https://github.com/ids1024"><code>@​ids1024</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3421">rust-lang/libc#3421</a></li>
<li>netbsd/openbsd adding more accessors to siginfo_t. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3400">rust-lang/libc#3400</a></li>
<li>Prepare release for v0.2.150 by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3424">rust-lang/libc#3424</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/0xcaff"><code>@​0xcaff</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li>
<li><a href="https://github.com/he32"><code>@​he32</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li>
<li><a href="https://github.com/sthibaul"><code>@​sthibaul</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li>
<li><a
href="https://github.com/BrandonMFong"><code>@​BrandonMFong</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d2b98141e"><code>4d2b981</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3424">#3424</a>
- JohnTitor:release-0.2.150, r=JohnTitor</li>
<li><a
href="f50c0a13e9"><code>f50c0a1</code></a>
Prepare release for v0.2.150</li>
<li><a
href="240de1f185"><code>240de1f</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3400">#3400</a>
- devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor</li>
<li><a
href="68f46d39a1"><code>68f46d3</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3421">#3421</a>
- ids1024:redox-group, r=JohnTitor</li>
<li><a
href="a685037a42"><code>a685037</code></a>
redox: Add remaining <code>grp.h</code> functions</li>
<li><a
href="00f48a6d48"><code>00f48a6</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3418">#3418</a>
- JohnTitor:Mantic-Minotaurgha, r=JohnTitor</li>
<li><a
href="8498879c72"><code>8498879</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3393">#3393</a>
- Brijeshkrishna:main, r=JohnTitor</li>
<li><a
href="f367fa2c07"><code>f367fa2</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3328">#3328</a>
- vincentisambart:apple-additional-decls, r=JohnTitor</li>
<li><a
href="a104192928"><code>a104192</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3163">#3163</a>
- mbyzhang:master, r=JohnTitor</li>
<li><a
href="946c348bc7"><code>946c348</code></a>
Upgrade Docker images to Ubuntu 23.10</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.149...0.2.150">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.149&new-version=0.2.150)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:31 +00:00
..
2023-05-10 07:58:32 -07:00
2023-10-27 13:10:36 -06:00