Update Rust crate tokio to 1.47.0 #39
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/tokio-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.46.1
->1.47.0
Release Notes
tokio-rs/tokio (tokio)
v1.47.0
: Tokio v1.47.0Compare Source
1.47.0 (July 25th, 2025)
This release adds
poll_proceed
andcooperative
to thecoop
module forcooperative scheduling, adds
SetOnce
to thesync
module which providessimilar functionality to [
std::sync::OnceLock], and adds a new method
sync::Notify::notified_owned()which returns an
OwnedNotified` withouta lifetime parameter.
Added
cooperative
andpoll_proceed
(#7405)SetOnce
(#7148)sync::Notify::notified_owned()
(#7465)Changed
AtomicWaker::wake
performance (#7450)Documented
Readiness<'_>
(#7415)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.