Commit 083e677
Update futures 0.3.30 -> 0.3.31
Summary:
X-link: meta-pytorch/monarch#645
X-link: facebook/fb303#70
0.3.31 - 2024-10-05
Fix use after free of task in FuturesUnordered when 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_line and AsyncBufReadExt::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_wake change (#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)
Reviewed By: cjlongoria
Differential Revision: D78949285
fbshipit-source-id: 1147c6b3783f9eb0e292a962b698a2c79b50c07a1 parent d99dec2 commit 083e677
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
0 commit comments