diff --git a/Cargo.toml b/Cargo.toml index b145631..f178191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = { version = "1.0.33", optional = true } # Requires for "futures" feature pin-utils = { version = "0.1.0", optional = true } -tracing = "0.1.27" +tracing = { version = "0.1.27", default-features = false, features = ["std"] } tracing-subscriber = { version = "0.3.8", features = ["env-filter"] } [dev-dependencies]