chore(deps): update rust crate tokio to v1.44.0
- Mar 11, 2025
-
-
Signed-off-by:
renovate <renovate@archlinux.org>
-
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) | workspace.dependencies | minor |
1.43.0 -> 1.44.0
|
v1.44.0
: Tokio v1.44.0This release changes the from_std
method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #7172.
task::coop
module (#7116)Command::get_kill_on_drop()
(#7086)broadcast::Sender::closed
(#6685, #7090)broadcast::WeakSender
(#7100)oneshot::Receiver::is_empty()
(#7153)oneshot::Receiver::is_terminated()
(#7152)File
should not start a background read (#7139)start_kill
on exited child should not fail (#7160)CTRL_CLOSE
, CTRL_LOGOFF
, CTRL_SHUTDOWN
on windows (#7122)select!
budget-aware (#7164)from_std
(#7166)select!
alternatives (#7110)send_to
(#7146)Child
stdout (#7141)Child::kill
behavior (#7162)ChildStdin
struct doc comment (#7192)worker_threads
instead of core_threads
(#7186)This MR has been generated by Renovate Bot.
Signed-off-by:
renovate <renovate@archlinux.org>