From ffd7f33cfb8e84c25072a7198a92fd05c82fc5ba Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Fri, 1 Apr 2022 07:24:16 +0200 Subject: [PATCH] Import tracing without the default attributes feature --- tokio-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml index 252f90a8d36..b4557586a0f 100644 --- a/tokio-util/Cargo.toml +++ b/tokio-util/Cargo.toml @@ -43,7 +43,7 @@ futures-io = { version = "0.3.0", optional = true } futures-util = { version = "0.3.0", optional = true } pin-project-lite = "0.2.0" slab = { version = "0.4.4", optional = true } # Backs `DelayQueue` -tracing = { version = "0.1.25", optional = true } +tracing = { version = "0.1.25", default-features = false, features = ["std"], optional = true } [dev-dependencies] tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }