tokio-1.25.3

tokio-rs/tokiotokio-1.25.3Dec 19, 2023by Darksonn

AI Summary

This patch release backports a critical I/O budgeting fix to the 1.25 stable branch to resolve potential behavior issues in async I/O operations.

Key Highlights

  • Backported I/O budgeting fix from 1.27.0
  • Fixes behavior in `tokio::runtime::io::registration::async_io`

New Features

  • I/O budgeting fix

Full Release Notes

# 1.25.3 (December 17th, 2023)

### Fixed
- io: add budgeting to `tokio::runtime::io::registration::async_io` ([#6221])

[#6221]: https://github.com/tokio-rs/tokio/pull/6221