Update Rust crate tokio to 1.46.1 #324
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.45.0
->1.46.1
Release Notes
tokio-rs/tokio (tokio)
v1.46.1
: Tokio v1.46.1Compare Source
1.46.1 (July 4th, 2025)
This release fixes incorrect spawn locations in runtime task hooks for tasks
spawned using
tokio::spawn
rather thanRuntime::spawn
. This issue onlyeffected the spawn location in
TaskMeta::spawned_at
, and did not effect tasklocations in Tracing events.
Unstable
TaskMeta::spawn_location
tracking where a task was spawned(#7440)
v1.46.0
: Tokio v1.46.0Compare Source
1.46.0 (July 2nd, 2025)
Fixed
TcpStream::shutdown
incorrectly returning an error on macOS (#7290)Added
mpsc::OwnedPermit::{same_channel, same_channel_as_sender}
methods (#7389)biased
option forjoin!
andtry_join!
, similar toselect!
(#7307)pope::OpenOptions::read_write
on Android (#7426)Clone
implementation fornet::unix::SocketAddr
(#7422)Changed
queue::Local<T>
(#7340)LocalSet::{poll,drop}
(#7372)Unstable
TaskMeta::spawn_location
tracking where a task was spawned (#7417)LocalOptions
parameter toruntime::Builder::build_local
(#7346)Documented
start_seek
is not used (#7366)AsyncWriteExt::flush
(#7364)recv_buffer_size
method (#7336)RawFd
inTcpSocket
docs (#7416)AsRawFd
doc link to current Rust stdlib location (#7429)on_*_task_poll
is unstable (#7311)time::advance
(#7394)v1.45.1
: Tokio v1.45.1Compare Source
1.45.1 (May 24th, 2025)
This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to
Instant::now()
started failing. This is due to the stabilization of the first time-based metric.Fixed
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.
60c629f35d
to8d5c43a35b
8d5c43a35b
to3d4750de21
3d4750de21
to5cdbb58c03
5cdbb58c03
to9334b984ae
9334b984ae
to58c3257d1d
58c3257d1d
to304f0a4d2a
304f0a4d2a
to15e7be60a0
15e7be60a0
to1e208f9e76
1e208f9e76
to0302902f84
0302902f84
to096bb03ed1
096bb03ed1
toe8b9b5a563
e8b9b5a563
to47fa43dbbb
47fa43dbbb
toa314e6b41f
a314e6b41f
toee44ad4311
ee44ad4311
to81ad70b0fb
81ad70b0fb
to270bead4f5
270bead4f5
to5bc89bc847
5bc89bc847
to6125247542
6125247542
to7c6b98c4cb
7c6b98c4cb
to2cadfe59f9
2cadfe59f9
todebe4f2579
debe4f2579
to86abdef45b
86abdef45b
to1dc13ab438
1dc13ab438
to05464fcfa5
05464fcfa5
to62bad6a572
62bad6a572
to87484d50b1
87484d50b1
to0d0a2ece37
0d0a2ece37
to7ed7f6b11a
7ed7f6b11a
to6cc6f0aea8
6cc6f0aea8
to636fe9b5e5
636fe9b5e5
to03eb3b6178
Update Rust crate tokio to 1.45.1to Update Rust crate tokio to 1.46.003eb3b6178
to9126dadd22
9126dadd22
to5ad2f06773
Update Rust crate tokio to 1.46.0to Update Rust crate tokio to 1.46.15ad2f06773
to12acd8b566
12acd8b566
to6681eafa2e
6681eafa2e
to40577a8bcc
40577a8bcc
to094965cae1
094965cae1
to049ff90ee4
049ff90ee4
to8c0375fe33
8c0375fe33
to1a1e2c36dd
1a1e2c36dd
to0e16a677e3
0e16a677e3
to1228ca140c
1228ca140c
to8f68d00151
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.