Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps async-io from 2.4.1 to 2.6.0.

Release notes

Sourced from async-io's releases.

v2.6.0

  • Bump MSRV to 1.71. (#243)
  • Expose Timer::clear. (#239)
  • Implement IoSafe for std::io::PipeReader and std::io::PipeWriter (#237)
  • Update to windows-sys v0.61. (#243)
  • Remove dependency on async_lock. (#240)

v2.5.0

  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#234)
  • Add support for Haiku (#233)
  • Fix build failure with minimal-versions. (#234)
  • Update windows-sys to v0.60. (#230)
Changelog

Sourced from async-io's changelog.

Version 2.6.0

  • Bump MSRV to 1.71. (#243)
  • Expose Timer::clear. (#239)
  • Implement IoSafe for std::io::PipeReader and std::io::PipeWriter (#237)
  • Update to windows-sys v0.61. (#243)
  • Remove dependency on async_lock. (#240)

Version 2.5.0

  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#234)
  • Add support for Haiku (#233)
  • Fix build failure with minimal-versions. (#234)
  • Update windows-sys to v0.60. (#230)
Commits
  • 576b470 Release 2.6.0
  • aabee96 Update windows-sys requirement from 0.60 to 0.61 (#243)
  • db95d91 Add doc aliases sleep and timeout to Timer (#242)
  • 25e8610 Use std::future::poll_fn instead of futures_lite::future::poll_fn
  • 714aecc Use std::pin::pin instead of futures_lite::pin
  • 5112ed7 Use std::task::ready instead of futures_lite::ready
  • bac7eac Use std::sync::OnceLock instead of async_lock::OnceCell
  • 12b4f2e Bump MSRV to 1.70
  • d1c6738 Make Timer::clear public
  • be049a8 impl IoSafe for std::io::PipeReader & std::io::PipeWriter (#237)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [async-io](https://github.com/smol-rs/async-io) from 2.4.1 to 2.6.0.
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.4.1...v2.6.0)

---
updated-dependencies:
- dependency-name: async-io
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added bot dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant