Revert D44623815: rust/third-party: update to futures 0.3.28

Differential Revision:
D44623815

Original commit changeset: 343ddb9277e1

Original Phabricator Diff: D44623815

fbshipit-source-id: 2d99e8d24fd9b13343dfeb082788b0a6258fbe8c
This commit is contained in:
Mark Isaacson 2023-04-03 09:25:13 -07:00 committed by Facebook GitHub Bot
parent ec3b8f6cc1
commit b2db0b2202
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ license = "BSD-2-Clause"
bincode = "1.3.3"
bitflags = "1.3"
colored = "1.9"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
libc = "0.2.139"
nix = "0.25"
serde = { version = "1.0.136", features = ["derive", "rc"] }

View file

@ -12,7 +12,7 @@ anyhow = "1.0.65"
async-trait = "0.1.58"
bincode = "1.3.3"
bytes = { version = "1.1", features = ["serde"] }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
goblin = "0.5.2"
iced-x86 = "1.17.0"
lazy_static = "1.4"

View file

@ -9,7 +9,7 @@ license = "BSD-2-Clause"
[dependencies]
bitflags = "1.3"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"