An error occurred while fetching this tab.
chore(deps): update rust crate tokio to v1.39.3
- Aug 20, 2024
-
-
renovate authored
Signed-off-by: renovate <renovate@archlinux.org>
Verified35821059
-
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tokio (source) | dev-dependencies | minor |
1.38.0 -> 1.39.3
|
v1.39.3
: Tokio v1.39.3This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
v1.39.2
: Tokio v1.39.2This release fixes a regression where the select!
macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)
v1.39.1
: Tokio v1.39.1This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
v1.39.0
: Tokio v1.39.0AsyncSeek
for Empty
(#6663)num_alive_tasks
(#6619, #6667)Command::as_std_mut
(#6608)watch::Sender::same_channel
(#6637){Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}
(#6661)Default
for watch::Sender
(#6626)Clone
for AbortHandle
(#6621)consume_budget
(#6622)ReadBuf::put_slice()
(#6629)copy_bidirectional
and copy
(#6532)num_cpus
with available_parallelism
(#6709)block_on
(#6692)IntoFuture
with timeout
(#6666)IntoFuture
with join!
and select!
(#6710)Interval
(#6612)unhandled_panic
behavior for #[tokio::main]
and #[tokio::test]
(#6593)spawned_tasks_count
(#6114)worker_park_unpark_count
(#6696)tokio::io::stdout
documentation (#6674)join.rs
and try_join.rs
(#6641)unhandled_panic
(#6660)JoinSet::try_join_next
when all tasks are running (#6671)v1.38.1
: Tokio v1.38.1This release fixes the bug identified as (#6682), which caused timers not to fire when they should.
wake_up
while holding all the locks of sharded time wheels (#6683)This MR has been generated by Renovate Bot.
Signed-off-by: renovate <renovate@archlinux.org>