Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 
0.37.25.
<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.37.20</h2>
<ul>
<li>Fix decoding of abstract unix sockets (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/661">#661</a>)</li>
<li>Fix the fstat/statat/etc. fallback when statx fails with EPERM. 
(<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/666">#666</a>)</li>
<li>Add a <code>rustix::pty</code> module. (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/673">#673</a>)</li>
<li>process: Add aliaseses for 
<code>parent_process_death_signal</code> (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/677">#677</a>)</li>
<li>Fix panic on dropping <code>RecvAncillaryBuffer</code> 
after failed <code>recvmsg</code> (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/676">#676</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/00b84d6aac2364455eab2c68e42afee63d6e3ad3"><code>00b84d6</code></a>
 chore: Release rustix version 0.37.25</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/cad15a7076d493a0651fb0b7889bd5e5a72a8f17"><code>cad15a7</code></a>
 Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/df3c3a192cf144af0da8a57417fb4addbdc611f6"><code>df3c3a1</code></a>
 Merge pull request from GHSA-c827-hfw6-qwvm</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/b78aeff1a271863ecc75ccca37f014d33b9f6705"><code>b78aeff</code></a>
 chore: Release rustix version 0.37.24</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/c0c3f01d7c8296ebadb23ad0b4f82a9a082252ae"><code>c0c3f01</code></a>
 Add GNU/Hurd support (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/852">#852</a>)</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/f416b6b27b8d0540e8be14f8d30153ea3e3d7476"><code>f416b6b</code></a>
 Fix the <code>test_ttyname_ok</code> test when /dev/stdin is 
inaccessable. (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/821">#821</a>)</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/aee5b0954e91b1257b2202786d0bec2131f553ae"><code>aee5b09</code></a>
 Downgrade dependencies and disable tests to compile under Rust 1.48.</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/6d42c3831151f9c71bc57f8722105342a2f44de4"><code>6d42c38</code></a>
 Disable MIPS in CI. (<a 
href="https://redirect.github.com/bytecodealliance/rustix/issues/793">#793</a>)</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/7cdacb1145f6f5986a6cc29c167749f5d64112d0"><code>7cdacb1</code></a>
 chore: Release rustix version 0.37.23</li>
<li><a 
href="https://github.com/bytecodealliance/rustix/commit/c6b1d4e69090a1d1d21cde58c45ab110aeb936f4"><code>c6b1d4e</code></a>
 Pin Rust nightly to 2023-07-03.</li>
<li>Additional commits viewable in <a 
href="https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.25">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.37.19&new-version=0.37.25)](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)
You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-teaclave/network/alerts).

</details>
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-teaclave/pull/719

-- Commit Summary --

  * Bump rustix from 0.37.19 to 0.37.25 in /examples/rust/builtin_echo

-- File Changes --

    M examples/rust/builtin_echo/Cargo.lock (5)

-- Patch Links --

https://github.com/apache/incubator-teaclave/pull/719.patch
https://github.com/apache/incubator-teaclave/pull/719.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/pull/719
You are receiving this because you are subscribed to this thread.

Message ID: <apache/incubator-teaclave/pull/7...@github.com>

Reply via email to