-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 1a75ec6
authored
chore(deps): Bump libc from 0.2.146 to 0.2.147 (#17753)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.146 to 0.2.147.
<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.147</h2>
<h2>What's Changed</h2>
<ul>
<li>Add socket timestamping for Android by <a
href="https://github.com/spencercw"><code>@spencercw</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3267">rust-lang/libc#3267</a></li>
<li>Fix s390x-installer paths by <a
href="https://github.com/JohnTitor"><code>@JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3281">rust-lang/libc#3281</a></li>
<li>Generate documentation for all supported targets on docs.rs by <a
href="https://github.com/GuillaumeGomez"><code>@GuillaumeGomez</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3279">rust-lang/libc#3279</a></li>
<li>Define <code>IPPROTO_ETHERNET</code> on Linux-like platforms. by <a
href="https://github.com/sunfishcode"><code>@sunfishcode</code></a> in
<a
href="https://redirect.github.com/rust-lang/libc/pull/3272">rust-lang/libc#3272</a></li>
<li>Add trait implementations for QNX Neutrino by <a
href="https://github.com/flba-eb"><code>@flba-eb</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3273">rust-lang/libc#3273</a></li>
<li>getentropy addition to android by <a
href="https://github.com/devnexen"><code>@devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3270">rust-lang/libc#3270</a></li>
<li>android adding sendfile64 variant by <a
href="https://github.com/devnexen"><code>@devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3271">rust-lang/libc#3271</a></li>
<li>android: Add NLM_F_DUMP_FILTERED constant by <a
href="https://github.com/dragan-cecavac-nordsec"><code>@dragan-cecavac-nordsec</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3276">rust-lang/libc#3276</a></li>
<li>Update and release version 0.2.147 by <a
href="https://github.com/flba-eb"><code>@flba-eb</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3283">rust-lang/libc#3283</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/dragan-cecavac-nordsec"><code>@dragan-cecavac-nordsec</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3276">rust-lang/libc#3276</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rust-lang/libc/compare/0.2.146...0.2.147">https://github.com/rust-lang/libc/compare/0.2.146...0.2.147</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rust-lang/libc/commit/e2b5151633a44b0db850b74aa007f3b83dc2336d"><code>e2b5151</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3283">#3283</a>
- flba-eb:release_147, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/2fc3ef936ec63ee3ae9a22ec9021333a04f1e42a"><code>2fc3ef9</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3276">#3276</a>
- dragan-cecavac-nordsec:android/add-nlm_f_dump_filtered,...</li>
<li><a
href="https://github.com/rust-lang/libc/commit/fffd79113b68fd6f74dab3fda7d8df2801467f80"><code>fffd791</code></a>
Update and release version 0.2.147</li>
<li><a
href="https://github.com/rust-lang/libc/commit/1e8943d432c3c3012eaacb091e07b88d2ca068d6"><code>1e8943d</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3271">#3271</a>
- devnexen:android_sendfile, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/b5e3a8a9b981c68b4edd15c8254f95f4bf913fda"><code>b5e3a8a</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3270">#3270</a>
- devnexen:android_getentropy, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/ea1e56154dd461299e0fc942329f2809a2384962"><code>ea1e561</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3273">#3273</a>
- flba-eb:add_qnx_extra_traits, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/0c7a69c00c2f230d84a4627ddb104b2be117a53d"><code>0c7a69c</code></a>
Update src/unix/nto/neutrino.rs</li>
<li><a
href="https://github.com/rust-lang/libc/commit/c16d97cfd0826a264688f16b1f054f8491cc7f0f"><code>c16d97c</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3272">#3272</a>
- sunfishcode:sunfishcode/ethernet, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/8530e6fb1996f3ab41e587df2a2b29c5eaa32ec7"><code>8530e6f</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3279">#3279</a>
- GuillaumeGomez:docs-rs, r=JohnTitor</li>
<li><a
href="https://github.com/rust-lang/libc/commit/4df398162fab0d0b13b6ff7c7f4073a83d7d25d8"><code>4df3981</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3281">#3281</a>
- JohnTitor:fix-s390x-installer, r=JohnTitor</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.146...0.2.147">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7196622 commit 1a75ec6Copy full SHA for 1a75ec6
2 files changed
+3
-3
lines changed+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
|
0 commit comments