diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml index 059941b2178..5d3626baaa0 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml @@ -18,7 +18,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 = "../../.." } -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"] }