From c2507d95f5a196791bca83630198c064a1fb460a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jul 2020 13:20:08 -0400 Subject: Align cargo dependency features (#6860) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') 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" -- cgit v1.2.3