From b3dc615ab56967e783772e964f1909844b57093d Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 18 Apr 2024 15:23:27 +0200 Subject: [PATCH] chore: Remove tokio 0.1 support for tracing --- datafusion/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml index fc003d9aea7f..8ba9923653b6 100644 --- a/datafusion/Cargo.toml +++ b/datafusion/Cargo.toml @@ -74,7 +74,7 @@ serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" moka = "0.8.2" tracing = "0.1.25" -tracing-futures = { version = "0.2.5", features = ["tokio", "tokio-executor"] } +tracing-futures = { version = "0.2.5" } [dev-dependencies] criterion = "0.3"