forked from servo/servo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8796fab
authored
Auto merge of servo#29470 - servo:dependabot/cargo/rustix-0.36.9, r=jdm
Bump rustix from 0.36.8 to 0.36.9
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.8 to 0.36.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bytecodealliance/rustix/releases">rustix's releases</a>.</em></p>
<blockquote>
<h2>0.36.9</h2>
<ul>
<li>Fixes undefined references to <code>pwritev64v2</code>, <code>preadv64v2</code>, <code>getauxval</code>, and <code>setns</code> on older glibc versions (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/535">#535</a> and <a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/556">#556</a>)</li>
<li>Hopefully fixes the intermittent build errors (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/544">#544</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bytecodealliance/rustix/commit/11b9039934574883f18f09945568d510792c8c09"><code>11b9039</code></a> chore: Release rustix version 0.36.9</li>
<li><a href="https://github.com/bytecodealliance/rustix/commit/b6a067a39e4b6d5c6d7877f396eca53ed6779d10"><code>b6a067a</code></a> Add more <code>cargo:rerun-if-env-changed</code>'s to build.rs (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/544">#544</a>)</li>
<li><a href="https://github.com/bytecodealliance/rustix/commit/e8cb03edfd9bc35981af066e804df4b69d3258e6"><code>e8cb03e</code></a> Reenable FreeBSD CI with correct image family (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/540">#540</a>)</li>
<li><a href="https://github.com/bytecodealliance/rustix/commit/f31a5386d65cd4083fa0130d154adaaf00cb8182"><code>f31a538</code></a> Disable FreeBSD CI for now. (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/530">#530</a>)</li>
<li><a href="https://github.com/bytecodealliance/rustix/commit/d4b8528cf79a46f2c5e5ea59a968708e10c341fc"><code>d4b8528</code></a> Fix <code>use-libc-auxv</code> to use a weak dependency on <code>getauxval</code>. (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/535">#535</a>)</li>
<li><a href="https://github.com/bytecodealliance/rustix/commit/57e14c828a31c87004e9eb7cf7611d0c1e6ed196"><code>57e14c8</code></a> Use <code>weak!</code> for <code>setns</code>, <code>preadv64v2</code>, and <code>pwritev64v2</code> on GLIBC. (<a href="https://github-redirect.dependabot.com/bytecodealliance/rustix/issues/556">#556</a>)</li>
<li>See full diff in <a href="https://github.com/bytecodealliance/rustix/compare/v0.36.8...v0.36.9">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>Expand file treeCollapse file tree
1 file changed
+2
-2
lines changed+2-2Lines 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