From b2db0b220202bca37744816c1b357d12c9c03832 Mon Sep 17 00:00:00 2001 From: Mark Isaacson Date: Mon, 3 Apr 2023 09:25:13 -0700 Subject: [PATCH] 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 --- reverie-process/Cargo.toml | 2 +- reverie-ptrace/Cargo.toml | 2 +- safeptrace/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index d775283..187fd46 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -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"] } diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 6ca99d7..cffad59 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -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" diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index 0d7a571..e134c85 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -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"