fix(deps): update rust crate futures to v0.3.31 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| futures (source) | dependencies | patch |
0.3.30 -> 0.3.31
|
Release Notes
rust-lang/futures-rs (futures)
v0.3.31
- Fix use after free of task in
FuturesUnorderedwhen dropped future panics (#2886) - Fix soundness bug in
task::waker_ref(#2830) This is a breaking change but allowed because it is soundness bug fix. - Fix bugs in
AsyncBufRead::read_lineandAsyncBufReadExt::lines(#2884) - Fix parsing issue in
select!/select_biased!(#2832) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted. - Work around issue due to upstream
Waker::will_wakechange (#2865) - Add
stream::Iter::{get_ref,get_mut,into_inner}(#2875) - Add
future::AlwaysReady(#2825) - Relax trait bound on non-constructor methods of
io::{BufReader,BufWriter}(#2848)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.