Auto merge of #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="11b9039934"><code>11b9039</code></a> chore: Release rustix version 0.36.9</li>
<li><a href="b6a067a39e"><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="e8cb03edfd"><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="f31a5386d6"><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="d4b8528cf7"><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="57e14c828a"><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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustix&package-manager=cargo&previous-version=0.36.8&new-version=0.36.9)](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>
This commit is contained in:
bors-servo 2023-03-07 18:45:09 +01:00 committed by GitHub
commit 8796fab8ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -5199,9 +5199,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.8"
version = "0.36.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
dependencies = [
"bitflags",
"errno",