summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index b9444a594..620f6b778 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -11,7 +11,7 @@ path = "src/test_server.rs"
[dependencies]
tokio = { version = "0.2.22", features = ["full"] }
-futures = { version = "0.3.5", features = ["compat", "io-compat"] }
+futures = "0.3.5"
bytes = "0.5.5"
lazy_static = "1.4.0"
os_pipe = "0.9.2"