Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rustix from 0.38.35 to 0.38.36 (#1478)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.35 to 0.38.36. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/rustix/commit/a225c1feb7cf34402ffe3f85ed2a9cc9efd51332"><code>a225c1f</code></a> chore: Release rustix version 0.38.36</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/bd86a9054286bb44ac76c66f48886ff42e45cc55"><code>bd86a90</code></a> Simplify match conditions. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1151">#1151</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/16dcb8db80b86ee370f078777579f9d6237fb786"><code>16dcb8d</code></a> Fall back to <code>TCGETS</code> if <code>TCGETS2</code> fails (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1147">#1147</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/dfae7aa3774e3ede7c003c8d26701337024c7b7d"><code>dfae7aa</code></a> Fix several bugs in qemu. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1148">#1148</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/b726837e32ff617d9bebf287e835718e5ee18403"><code>b726837</code></a> Fix some TODOs in the CI rules. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1149">#1149</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/eb9f634bb5f205fa5cc9c9bdfab4cc3375d6fa41"><code>eb9f634</code></a> implement Copy for Rlimit (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1150">#1150</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/a07fec938bcf964528ffaa606430ce8dd637a504"><code>a07fec9</code></a> Re-enable several cross-compilation targets in CI. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1145">#1145</a>)</li> <li><a href="https://github.com/bytecodealliance/rustix/commit/592fea134f48491829630939d19b49ee03a8584f"><code>592fea1</code></a> Miscellaneous documentation fixes. (<a href="https://redirect.github.com/bytecodealliance/rustix/issues/1144">#1144</a>)</li> <li>See full diff in <a href="https://github.com/bytecodealliance/rustix/compare/v0.38.35...v0.38.36">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.38.35&new-version=0.38.36)](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 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>
- Loading branch information