Skip to content

build(deps): bump async-io from 2.5.0 to 2.6.0#304

Merged
bilelmoussaoui merged 1 commit into
mainfrom
dependabot/cargo/async-io-2.6.0
Sep 20, 2025
Merged

build(deps): bump async-io from 2.5.0 to 2.6.0#304
bilelmoussaoui merged 1 commit into
mainfrom
dependabot/cargo/async-io-2.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown
Contributor

Bumps async-io from 2.5.0 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)
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)
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.5.0 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.5.0...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 dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 15, 2025
@bilelmoussaoui bilelmoussaoui merged commit 99f6c2e into main Sep 20, 2025
7 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/async-io-2.6.0 branch September 20, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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