summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Isaacson <markisaa@fb.com>2023-04-03 09:25:13 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-04-03 09:25:13 -0700
commit1d77f57e0e2b7936440766b7adcafa81b8f0f70b (patch)
tree3f2559e15bd4d3451997c273d3ddafa74f378404
parent1082564d3f8db50b7c535f7c1ee19bca5b890ff8 (diff)
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
-rw-r--r--below/Cargo.toml2
-rw-r--r--below/gpu_stats/Cargo.toml2
-rw-r--r--below/model/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index ce4dbf3e..92537f0b 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -28,7 +28,7 @@ common = { package = "below-common", version = "0.6.3", path = "common" }
config = { package = "below-config", version = "0.6.3", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
dump = { package = "below-dump", version = "0.6.3", path = "dump" }
-futures = { version = "0.3.28", features = ["async-await", "compat"] }
+futures = { version = "0.3.22", features = ["async-await", "compat"] }
indicatif = { version = "0.17.1", features = ["improved_unicode", "rayon", "tokio"] }
libbpf-rs = "0.20.0"
libc = "0.2.139"
diff --git a/below/gpu_stats/Cargo.toml b/below/gpu_stats/Cargo.toml
index 97b41253..2358dc9a 100644
--- a/below/gpu_stats/Cargo.toml
+++ b/below/gpu_stats/Cargo.toml
@@ -11,5 +11,5 @@ license = "Apache-2.0"
[dependencies]
common = { package = "below-common", version = "0.6.3", path = "../common" }
-futures = { version = "0.3.28", features = ["async-await", "compat"] }
+futures = { version = "0.3.22", features = ["async-await", "compat"] }
serde = { version = "1.0.136", features = ["derive", "rc"] }
diff --git a/below/model/Cargo.toml b/below/model/Cargo.toml
index f6b018ad..24f8bfca 100644
--- a/below/model/Cargo.toml
+++ b/below/model/Cargo.toml
@@ -26,4 +26,4 @@ serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_dep
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
[dev-dependencies]
-futures = { version = "0.3.28", features = ["async-await", "compat"] }
+futures = { version = "0.3.22", features = ["async-await", "compat"] }