fix(deps): update rust crate tokio to 1.33
Compare changes
@@ -5,7 +5,7 @@ edition = "2021"
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
tokio (source) | dependencies | minor |
1.32 -> 1.33
|
v1.33.0
: Tokio v1.33.0Interest::add
with #[must_use]
(#6037)watch::Receiver::wait_for
(#6021)spawn_local
source location (#5984)watch
(#6018)tokio::fs::File
(#5958)Interest::remove
method (#5906)DuplexStream
(#5985)?Sized
bound to {MutexGuard,OwnedMutexGuard}::map
(#5997)watch::Receiver::mark_unseen
(#5962, #6014, #6017)watch::Sender::new
(#5998)OnceCell::from_value
(#5903)stats
feature (#5952)Child::wait
is cancel safe (#5977)Semaphore
(#5939, #5956, #5978, #6031, #6032, #6050)broadcast
capacity is a lower bound (#6042)const_new
is not instrumented (#6002)mpsc::Sender::send
(#5947)watch
channel (#5954)This MR has been generated by Renovate Bot.