fix(deps): update rust crate tokio to 1.34
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tokio (source) | dependencies | minor |
1.33 -> 1.34
|
Release Notes
tokio-rs/tokio (tokio)
v1.34.0
: Tokio v1.34.0
Fixed
- io: allow
clear_readiness
after io driver shutdown (#6067) - io: fix integer overflow in
take
(#6080) - io: fix I/O resource hang (#6134)
- sync: fix
broadcast::channel
link (#6100)
Changed
- macros: use
::core
qualified imports instead of::std
insidetokio::test
macro (#5973)
Added
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.