mononoke_api: remove dependency on futures-old

Summary: This no longer depends on old-style futures, so we can remove the dependency.

Reviewed By: quark-zju

Differential Revision: D27708962

fbshipit-source-id: fd66fb2934ff631abe0bfcdae843fcc9b10d5fdc
This commit is contained in:
Mark Juggurnauth-Thomas 2021-08-02 14:13:07 -07:00 committed by Facebook GitHub Bot
parent fe5e4e7ffa
commit 676ac14070

View File

@ -30,7 +30,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
filestore = { version = "0.1.0", path = "../filestore" }
fsnodes = { version = "0.1.0", path = "../derived_data/fsnodes" }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures-old = { package = "futures", version = "0.1.31" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_watchdog = { version = "0.1.0", path = "../common/futures_watchdog" }
hook_manager_factory = { version = "0.1.0", path = "../hooks/hook_manager_factory" }