Skip to content

Commit

Permalink
third-party/rust: update futures
Browse files Browse the repository at this point in the history
Summary:
Those newer versions of Futures have compatibility improvements with Tokio,
notably:

- rust-lang/futures-rs#2333
- rust-lang/futures-rs#2358

Reviewed By: farnz

Differential Revision: D26778794

fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
  • Loading branch information
krallin authored and facebook-github-bot committed Mar 4, 2021
1 parent 92c93b2 commit e116482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fb303/thrift/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.29"
codegen_includer_proc_macro = { path = "../../common/rust/shed/codegen_includer_proc_macro" }
const-cstr = "0.3.0"
fbthrift = { path = "../../thrift/lib/rust" }
futures = { version = "0.3.5", features = ["async-await", "compat"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
lazy_static = "1.0"
ref-cast = "1.0.2"
serde = { version = "=1.0.118", features = ["derive", "rc"] }
Expand Down

0 comments on commit e116482

Please sign in to comment.