Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
tokio (source) workspace.dependencies minor 1.46.1 -> 1.48.0

Release Notes

tokio-rs/tokio (tokio)

v1.48.0: Tokio v1.48.0

Compare Source

1.48.0 (October 14th, 2025)

The MSRV is increased to 1.71.

Added
  • fs: add File::max_buf_size (#​7594)
  • io: export Chain of AsyncReadExt::chain (#​7599)
  • net: add SocketAddr::as_abstract_name (#​7491)
  • net: add TcpStream::quickack and TcpStream::set_quickack (#​7490)
  • net: implement AsRef<Self> for TcpStream and UnixStream (#​7573)
  • task: add LocalKey::try_get (#​7666)
  • task: implement Ord for task::Id (#​7530)
Changed
  • deps: bump windows-sys to version 0.61 (#​7645)
  • fs: preserve max_buf_size when cloning a File (#​7593)
  • macros: suppress clippy::unwrap_in_result in #[tokio::main] (#​7651)
  • net: remove PollEvented noise from Debug formats (#​7675)
  • process: upgrade Command::spawn_with to use FnOnce (#​7511)
  • sync: remove inner mutex in SetOnce (#​7554)
  • sync: use UnsafeCell::get_mut in Mutex::get_mut and RwLock::get_mut (#​7569)
  • time: reduce the generated code size of Timeout<T>::poll (#​7535)
Fixed
  • macros: fix hygiene issue in join! and try_join! (#​7638)
  • net: fix copy/paste errors in udp peek methods (#​7604)
  • process: fix error when runtime is shut down on nightly-2025-10-12 (#​7672)
  • runtime: use release ordering in wake_by_ref() even if already woken (#​7622)
  • sync: close the broadcast::Sender in broadcast::Sender::new() (#​7629)
  • sync: fix implementation of unused RwLock::try_* methods (#​7587)
Unstable
  • tokio: use cargo features instead of --cfg flags for taskdump and io_uring (#​7655, #​7621)
  • fs: support io_uring in fs::write (#​7567)
  • fs: support io_uring with File::open() (#​7617)
  • fs: support io_uring with OpenOptions (#​7321)
  • macros: add local runtime flavor (#​7375, #​7597)
Documented
  • io: clarify the zero capacity case of AsyncRead::poll_read (#​7580)
  • io: fix typos in the docs of AsyncFd readiness guards (#​7583)
  • net: clarify socket gets closed on drop (#​7526)
  • net: clarify the behavior of UCred::pid() on Cygwin (#​7611)
  • net: clarify the supported platform of set_reuseport() and reuseport() (#​7628)
  • net: qualify that SO_REUSEADDR is only set on Unix (#​7533)
  • runtime: add guide for choosing between runtime types (#​7635)
  • runtime: clarify the behavior of Handle::block_on (#​7665)
  • runtime: clarify the edge case of Builder::global_queue_interval() (#​7605)
  • sync: clarify bounded channel panic behavior (#​7641)
  • sync: clarify the behavior of tokio::sync::watch::Receiver (#​7584)
  • sync: document cancel safety on SetOnce::wait (#​7506)
  • sync: fix the docs of parking_lot feature flag (#​7663)
  • sync: improve the docs of UnboundedSender::send (#​7661)
  • sync: improve the docs of sync::watch (#​7601)
  • sync: reword allocation failure paragraph in broadcast docs (#​7595)
  • task: clarify the behavior of several spawn_local methods (#​7669)
  • task: clarify the task ID reuse guarantees (#​7577)
  • task: improve the example of poll_proceed (#​7586)

v1.47.2

Compare Source

v1.47.1: Tokio v1.47.1

Compare Source

1.47.1 (August 1st, 2025)

Fixed
  • process: fix panic from spurious pidfd wakeup (#​7494)
  • sync: fix broken link of Python asyncio.Event in SetOnce docs (#​7485)

v1.47.0: Tokio v1.47.0

Compare Source

1.47.0 (July 25th, 2025)

This release adds poll_proceed and cooperative to the coop module for
cooperative scheduling, adds SetOnce to the sync module which provides
similar functionality to [std::sync::OnceLock], and adds a new method
sync::Notify::notified_owned() which returns an OwnedNotified without
a lifetime parameter.

Added

  • coop: add cooperative and poll_proceed (#​7405)
  • sync: add SetOnce (#​7418)
  • sync: add sync::Notify::notified_owned() (#​7465)

Changed

  • deps: upgrade windows-sys 0.52 → 0.59 ([#​7117])
  • deps: update to socket2 v0.6 ([#​7443])
  • sync: improve AtomicWaker::wake performance (#​7450)

Documented

  • metrics: fix listed feature requirements for some metrics (#​7449)
  • runtime: improve safety comments of Readiness<'_> (#​7415)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

kodiakhq[bot]
kodiakhq bot previously approved these changes May 5, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 042475d to 1657d98 Compare May 30, 2024 21:18
@renovate renovate bot changed the title deps: update rust crate tokio to v1.37.0 deps: update rust crate tokio to v1.38.0 May 30, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 30, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 1657d98 to 58041d2 Compare July 16, 2024 19:33
@renovate renovate bot changed the title deps: update rust crate tokio to v1.38.0 deps: update rust crate tokio to v1.38.1 Jul 16, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 16, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 58041d2 to a7b55b9 Compare July 23, 2024 17:58
@renovate renovate bot changed the title deps: update rust crate tokio to v1.38.1 deps: update rust crate tokio to v1.39.1 Jul 23, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 23, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from a7b55b9 to afb3a5a Compare July 27, 2024 13:51
@renovate renovate bot changed the title deps: update rust crate tokio to v1.39.1 deps: update rust crate tokio to v1.39.2 Jul 27, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 27, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from afb3a5a to ad68f65 Compare August 17, 2024 18:53
@renovate renovate bot changed the title deps: update rust crate tokio to v1.39.2 deps: update rust crate tokio to v1.39.3 Aug 17, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 17, 2024
@renovate renovate bot changed the title deps: update rust crate tokio to v1.39.3 deps: update rust crate tokio to v1.40.0 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from ad68f65 to 780d01f Compare September 16, 2024 10:58
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 16, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 780d01f to d3ee2c9 Compare October 22, 2024 11:30
@renovate renovate bot changed the title deps: update rust crate tokio to v1.40.0 deps: update rust crate tokio to v1.41.0 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 9104ab9 to 56a534a Compare May 6, 2025 12:38
@renovate renovate bot changed the title deps: update rust crate tokio to v1.44.2 deps: update rust crate tokio to v1.45.0 May 6, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes May 6, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 56a534a to 133b9d1 Compare May 24, 2025 19:04
@renovate renovate bot changed the title deps: update rust crate tokio to v1.45.0 deps: update rust crate tokio to v1.45.1 May 24, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes May 24, 2025
@renovate renovate bot changed the title deps: update rust crate tokio to v1.45.1 deps: update rust crate tokio to v1.46.0 Jul 2, 2025
@renovate renovate bot changed the title deps: update rust crate tokio to v1.46.0 deps: update rust crate tokio to v1.46.1 Jul 4, 2025
@renovate renovate bot changed the title deps: update rust crate tokio to v1.46.1 deps: update rust crate tokio to v1.46.1 - autoclosed Jul 20, 2025
@renovate renovate bot closed this Jul 20, 2025
@renovate renovate bot deleted the renovate/tokio-1.x-lockfile branch July 20, 2025 13:17
@renovate renovate bot changed the title deps: update rust crate tokio to v1.46.1 - autoclosed deps: update rust crate tokio to v1.46.1 Jul 26, 2025
@renovate renovate bot reopened this Jul 26, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 8524232 to 133b9d1 Compare July 26, 2025 21:52
@renovate renovate bot changed the title deps: update rust crate tokio to v1.46.1 chore: update rust crate tokio to v1.47.0 Jul 26, 2025
@kodiakhq
Copy link

kodiakhq bot commented Jul 26, 2025

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@kodiakhq kodiakhq bot removed the automerge label Jul 26, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 133b9d1 to 333768d Compare July 27, 2025 01:12
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 27, 2025
@renovate renovate bot changed the title chore: update rust crate tokio to v1.47.0 chore: update rust crate tokio to v1.47.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 333768d to 3891b2d Compare August 1, 2025 11:55
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 1, 2025
@renovate renovate bot changed the title chore: update rust crate tokio to v1.47.1 chore: update rust crate tokio to v1.48.0 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/tokio-1.x-lockfile branch from 3891b2d to fbf56a8 Compare October 14, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants