Skip to content

Commit ce132b1

Browse files
build(deps): bump async-io from 2.5.0 to 2.6.0 (servo#39304)
Bumps [async-io](https://github.com/smol-rs/async-io) from 2.5.0 to 2.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/async-io/releases">async-io's releases</a>.</em></p> <blockquote> <h2>v2.6.0</h2> <ul> <li>Bump MSRV to 1.71. (<a href="https://redirect.github.com/smol-rs/async-io/issues/243">#243</a>)</li> <li>Expose <code>Timer::clear</code>. (<a href="https://redirect.github.com/smol-rs/async-io/issues/239">#239</a>)</li> <li>Implement <code>IoSafe</code> for <code>std::io::PipeReader</code> and <code>std::io::PipeWriter</code> (<a href="https://redirect.github.com/smol-rs/async-io/issues/237">#237</a>)</li> <li>Update to <code>windows-sys</code> v0.61. (<a href="https://redirect.github.com/smol-rs/async-io/issues/243">#243</a>)</li> <li>Remove dependency on <code>async_lock</code>. (<a href="https://redirect.github.com/smol-rs/async-io/issues/240">#240</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md">async-io's changelog</a>.</em></p> <blockquote> <h1>Version 2.6.0</h1> <ul> <li>Bump MSRV to 1.71. (<a href="https://redirect.github.com/smol-rs/async-io/issues/243">#243</a>)</li> <li>Expose <code>Timer::clear</code>. (<a href="https://redirect.github.com/smol-rs/async-io/issues/239">#239</a>)</li> <li>Implement <code>IoSafe</code> for <code>std::io::PipeReader</code> and <code>std::io::PipeWriter</code> (<a href="https://redirect.github.com/smol-rs/async-io/issues/237">#237</a>)</li> <li>Update to <code>windows-sys</code> v0.61. (<a href="https://redirect.github.com/smol-rs/async-io/issues/243">#243</a>)</li> <li>Remove dependency on <code>async_lock</code>. (<a href="https://redirect.github.com/smol-rs/async-io/issues/240">#240</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/smol-rs/async-io/commit/576b470ca3cadefdec8b169279df23c9a0a63495"><code>576b470</code></a> Release 2.6.0</li> <li><a href="https://github.com/smol-rs/async-io/commit/aabee96f29931499c38c9d51516ebb1621eaeba4"><code>aabee96</code></a> Update windows-sys requirement from 0.60 to 0.61 (<a href="https://redirect.github.com/smol-rs/async-io/issues/243">#243</a>)</li> <li><a href="https://github.com/smol-rs/async-io/commit/db95d9143f9be6db7b8bc094d4f232127961ef40"><code>db95d91</code></a> Add doc aliases <code>sleep</code> and <code>timeout</code> to <code>Timer</code> (<a href="https://redirect.github.com/smol-rs/async-io/issues/242">#242</a>)</li> <li><a href="https://github.com/smol-rs/async-io/commit/25e861049eb5a1b90735bfc5223698ec3edbdb41"><code>25e8610</code></a> Use std::future::poll_fn instead of futures_lite::future::poll_fn</li> <li><a href="https://github.com/smol-rs/async-io/commit/714aecc39534a85d9ebf71022d5665e4d5fb37fb"><code>714aecc</code></a> Use std::pin::pin instead of futures_lite::pin</li> <li><a href="https://github.com/smol-rs/async-io/commit/5112ed706623492b8cec691c7af76b2a00e01616"><code>5112ed7</code></a> Use std::task::ready instead of futures_lite::ready</li> <li><a href="https://github.com/smol-rs/async-io/commit/bac7eac6054d351a86f080f74fe9d1f30caa504c"><code>bac7eac</code></a> Use std::sync::OnceLock instead of async_lock::OnceCell</li> <li><a href="https://github.com/smol-rs/async-io/commit/12b4f2e841a3fa9a917a8fdd080a7776eb5b809b"><code>12b4f2e</code></a> Bump MSRV to 1.70</li> <li><a href="https://github.com/smol-rs/async-io/commit/d1c67389123e74697b20d5deb235c66622f5edf1"><code>d1c6738</code></a> Make Timer::clear public</li> <li><a href="https://github.com/smol-rs/async-io/commit/be049a83ccf461a6984b6fa7f0baffd0a38d4bc6"><code>be049a8</code></a> impl IoSafe for std::io::PipeReader &amp; std::io::PipeWriter (<a href="https://redirect.github.com/smol-rs/async-io/issues/237">#237</a>)</li> <li>Additional commits viewable in <a href="https://github.com/smol-rs/async-io/compare/v2.5.0...v2.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-io&package-manager=cargo&previous-version=2.5.0&new-version=2.6.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9595f7f commit ce132b1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)