Update Rust crate tokio to v1.53.1 - #38
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
July 4, 2025 21:13
0831f24 to
37bacdf
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
July 26, 2025 16:23
37bacdf to
0b9d1f5
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
August 1, 2025 14:38
0b9d1f5 to
96b257a
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
October 14, 2025 18:10
96b257a to
61e12a6
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
January 3, 2026 13:07
61e12a6 to
750d08d
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
March 3, 2026 13:05
750d08d to
e8e52ac
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
March 13, 2026 18:36
e8e52ac to
f5cd7b5
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
April 3, 2026 09:16
f5cd7b5 to
c55f273
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
April 8, 2026 14:38
c55f273 to
1dc1d88
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
April 14, 2026 21:50
1dc1d88 to
c28ab3e
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
April 16, 2026 23:00
c28ab3e to
fcb74d7
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
May 4, 2026 15:16
fcb74d7 to
9cab725
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
May 8, 2026 14:16
9cab725 to
e7a5189
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
July 16, 2026 17:34
e7a5189 to
89cf349
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
July 17, 2026 10:11
89cf349 to
03106e2
Compare
renovate
Bot
force-pushed
the
renovate/tokio-1.x-lockfile
branch
from
July 21, 2026 02:16
03106e2 to
6f03c98
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.51.1→1.53.1Release Notes
tokio-rs/tokio (tokio)
v1.53.1: Tokio v1.53.1Compare Source
1.53.1 (July 20th, 2026)
Fixed
OnceLock::waitfrom the Windows handler (#8300)Fixed (unstable)
Documented
v1.53.0: Tokio v1.53.0Compare Source
1.53.0 (July 17th, 2026)
Added
From<OwnedFd>andFrom<OwnedHandle>forFile(#8266)SocketAddrmethods to Unix sockets (#8144)Changed
#[inline]to IO trait impls for in-memory types (#8242)mpsc::{Receiver,UnboundedReceiver}now drops waker on drop, even if there are still senders (#8095)#[track_caller]totimeout_at()(#8077)Sleep(#8132)Fixed
Chain(#8251)FastRand(#8078)reserve[_many]returns permits (#8260)Trace::capture/Trace::trace_with(#8043).reset()(#8169)IO uring (unstable)
fs::try_exists(#8080)Documented
create_dir_allsucceeds if path exists (#8149)try_read*/try_write*readiness behavior (#8032)yield_nowdefers its waker (#8254)timeout_at()(#8077)v1.52.4: Tokio v1.52.4Compare Source
1.52.4 (July 16th, 2026)
Fixed
before_parkschedules work (#8222)Fixed (unstable)
v1.52.3: Tokio v1.52.3Compare Source
1.52.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)v1.52.2: Tokio v1.52.2Compare Source
1.52.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
v1.52.1: Tokio v1.52.1Compare Source
1.52.1 (April 16th, 2026)
Fixed
spawn_blockingto hang (#8057)v1.52.0: Tokio v1.52.0Compare Source
1.52.0 (April 14th, 2026)
Added
AioSource::register_borrowedfor I/O safety support (#7992)try_iofunction tounix::pipesender and receiver types (#8030)Added (unstable)
Builder::enable_eager_driver_handoffsetting enable eager hand off of the I/O and time drivers before polling tasks (#8010)trace_with()for customized task dumps (#8025)impl FnMut()intrace_withinstead of justfn()(#8040)io_uringinAsyncReadforFile(#7907)Changed
spawn_blockingscalability with sharded queue (#7757)compare_exchange_weak()in worker queue (#8028)Fixed
Documented
oneshot::Sender::senddocs (#8026)sync::watch(#8035)ConnectionRefusederrors with UDP sockets (#7870)v1.51.4: Tokio v1.51.4Compare Source
1.51.4 (July 16th, 2026)
Fixed
before_parkschedules work (#8222)v1.51.3: Tokio v1.51.3Compare Source
1.51.3 (May 8th, 2026)
Fixed
len()(#8062)OwnedPermit::release()method (#8075)RwLockhasmax_readers != 0(#8076)Emptyfromtry_recv()when mpsc is closed with outstanding permits (#8074)v1.51.2: Tokio v1.51.1Compare Source
1.51.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.