Commit 10cfd0a
authored
chore(deps): Bump libc from 0.2.144 to 0.2.146 (#17615)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.144 to 0.2.146.
<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.145</h2>
<h2>What's Changed</h2>
<ul>
<li>redox add sig(timed)wait calls by <a
href="https://github.com/devnexen"><code>@devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3244">rust-lang/libc#3244</a></li>
<li>Support for <code>PTRACE_SYSEMU</code> and
<code>PTRACE_SYSEMU_SINGLESTEP</code> on musl by <a
href="https://github.com/emilengler"><code>@emilengler</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3245">rust-lang/libc#3245</a></li>
<li>Fix loongarch64 bindings by <a
href="https://github.com/heiher"><code>@heiher</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3246">rust-lang/libc#3246</a></li>
<li>Add linux canxl constants and canxl frame struct by <a
href="https://github.com/marcelbuesing"><code>@marcelbuesing</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3247">rust-lang/libc#3247</a></li>
<li>Change branch references to HEAD where possible or main otherwise by
<a
href="https://github.com/joshtriplett"><code>@joshtriplett</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3249">rust-lang/libc#3249</a></li>
<li>linux/musl/s390x: change f_* constants to uint from ulong by <a
href="https://github.com/nekopsykose"><code>@nekopsykose</code></a> in
<a
href="https://redirect.github.com/rust-lang/libc/pull/3137">rust-lang/libc#3137</a></li>
<li>android: add memmem by <a
href="https://github.com/tibordp"><code>@tibordp</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3252">rust-lang/libc#3252</a></li>
<li>redox adding lockf flags by <a
href="https://github.com/devnexen"><code>@devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3251">rust-lang/libc#3251</a></li>
<li>Add ucred struct and field type aliases for redox by <a
href="https://github.com/andrewdavidmackenzie"><code>@andrewdavidmackenzie</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3250">rust-lang/libc#3250</a></li>
<li>Fixed vita libc definitions by <a
href="https://github.com/nikarh"><code>@nikarh</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3255">rust-lang/libc#3255</a></li>
<li>Skip round-trip tests for structs with FAMs by <a
href="https://github.com/bossmc"><code>@bossmc</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3254">rust-lang/libc#3254</a></li>
<li>Fixed pthread_attr_t and pthread_rwlockattr_t for newlib by <a
href="https://github.com/nikarh"><code>@nikarh</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3256">rust-lang/libc#3256</a></li>
<li>Alias all LFS64 symbols to their non-LFS64 counterparts on musl by
<a href="https://github.com/bossmc"><code>@bossmc</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/2935">rust-lang/libc#2935</a></li>
<li>add constants and structs for vsock on macos by <a
href="https://github.com/tzneal"><code>@tzneal</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3258">rust-lang/libc#3258</a></li>
<li>dragonflybsd supports malloc_usable_size too by <a
href="https://github.com/devnexen"><code>@devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3253">rust-lang/libc#3253</a></li>
<li>linux-gnu: add putpwent/putgrent by <a
href="https://github.com/superwhiskers"><code>@superwhiskers</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3257">rust-lang/libc#3257</a></li>
<li>s390x-musl: define O_LARGEFILE constant by <a
href="https://github.com/nekopsykose"><code>@nekopsykose</code></a> in
<a
href="https://redirect.github.com/rust-lang/libc/pull/3262">rust-lang/libc#3262</a></li>
<li>add MSG_NEEDSA and MSG_NOSIGNAL for macos by <a
href="https://github.com/tzneal"><code>@tzneal</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3263">rust-lang/libc#3263</a></li>
<li>Update crate version to 0.2.145 by <a
href="https://github.com/nikarh"><code>@nikarh</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3259">rust-lang/libc#3259</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/emilengler"><code>@emilengler</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3245">rust-lang/libc#3245</a></li>
<li><a
href="https://github.com/marcelbuesing"><code>@marcelbuesing</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3247">rust-lang/libc#3247</a></li>
<li><a href="https://github.com/tibordp"><code>@tibordp</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3252">rust-lang/libc#3252</a></li>
<li><a
href="https://github.com/andrewdavidmackenzie"><code>@andrewdavidmackenzie</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3250">rust-lang/libc#3250</a></li>
<li><a href="https://github.com/tzneal"><code>@tzneal</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3258">rust-lang/libc#3258</a></li>
<li><a
href="https://github.com/superwhiskers"><code>@superwhiskers</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3257">rust-lang/libc#3257</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/libc/compare/0.2.144...0.2.145">https://github.com/rust-lang/libc/compare/0.2.144...0.2.145</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/f171596308a616876d518b3491af716bd1629608"><code>f171596</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3266">#3266</a>
- vita-rust:release-0.2.146, r=Amanieu</li>
<li><a
href="https://github.com/rust-lang/libc/commit/dd6fdac5cc41383b44e7c31033972c0a19a74f6b"><code>dd6fdac</code></a>
Update crate version to 0.2.146</li>
<li><a
href="https://github.com/rust-lang/libc/commit/a6c94f4c02f597e1db4f4dd23c1ad7f6072fd8ac"><code>a6c94f4</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3265">#3265</a>
- bossmc:issue-3264-variadic-open(at), r=Amanieu</li>
<li><a
href="https://github.com/rust-lang/libc/commit/52badc617f71831b3e7addc1c0827c4395d09678"><code>52badc6</code></a>
Use <code>use</code> to alias open/openat in lfs64.rs</li>
<li><a
href="https://github.com/rust-lang/libc/commit/e0dfb3ff6e6f3a4421c580e3b7f41fe20ae1b577"><code>e0dfb3f</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3259">#3259</a>
- vita-rust:update, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/c2bfe30da471ea6e33b60efcaacd94ca2d2b4ab3"><code>c2bfe30</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3263">#3263</a>
- tzneal:add-msg-nosignal, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/3b808cf1cc06aab6ce6db4da78855e4e8d3b8e7b"><code>3b808cf</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3262">#3262</a>
- nekopsykose:s390x-largefile, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/be93cda2656623c93736cd002c06162052cc1383"><code>be93cda</code></a>
add MSG_NEEDSA and MSG_NOSIGNAL for macos</li>
<li><a
href="https://github.com/rust-lang/libc/commit/4d473b28c39926d2720fed9624ad7ebbc32e8c18"><code>4d473b2</code></a>
s390x-musl: define O_LARGEFILE constant</li>
<li><a
href="https://github.com/rust-lang/libc/commit/946961363cc8a3583723035e28deaf667cd4cb86"><code>9469613</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3257">#3257</a>
- superwhiskers:add-putpwent, r=JohnTitor</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.144...0.2.146">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 15bc42a commit 10cfd0a
2 files changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
0 commit comments