From dc3079ab89ca9fa7b79e014f5b2a835f30f4916b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 25 Nov 2020 16:25:36 -0800 Subject: [PATCH] Remove log feature from tracing dependency (#501) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b73efe..390a157 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tokio-util = { version = "0.5", features = ["codec"] } tokio = { version = "0.3.4", features = ["io-util"] } bytes = "0.6" http = "0.2" -tracing = { version = "0.1.13", default-features = false, features = ["std", "log"] } +tracing = { version = "0.1.13", default-features = false, features = ["std"] } tracing-futures = { version = "0.2", default-features = false, features = ["std-future"]} fnv = "1.0.5" slab = "0.4.2"