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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added bot dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 13, 2025
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-io-2.6.0 branch from 9cc9677 to c5b9fb7 Compare November 10, 2025 23:05
@github-actions
Copy link

Stale pull request message

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 24, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/async-io-2.6.0 branch January 24, 2026 11:21
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 no-pr-activity rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants