From f64f3c1517a8738c411240ae95ef64c10d6a9973 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 6 Jul 2021 14:51:11 -0400 Subject: [PATCH] Remove unused futures dependency from arrow-flight --- arrow-flight/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 04a1a937d08..bb301f2073f 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -33,6 +33,8 @@ bytes = "1" prost = "0.7" prost-derive = "0.7" tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } + +[dev-dependencies] futures = { version = "0.3", default-features = false, features = ["alloc"]} [build-dependencies]