Skip to content

Commit 083e677

Browse files
cfsmp3facebook-github-bot
authored andcommitted
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: 1147c6b3783f9eb0e292a962b698a2c79b50c07a
1 parent d99dec2 commit 083e677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

below/model/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
3030
tc = { package = "below-tc", version = "0.10.0", path = "../tc" }
3131

3232
[dev-dependencies]
33-
futures = { version = "0.3.30", features = ["async-await", "compat"] }
33+
futures = { version = "0.3.31", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)