Disable default features for tracing #14526 (#14530)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Ayush Dubey
2025-02-25 02:04:13 +05:30
committed by GitHub
parent 6074d8d92c
commit 38808e174f
4 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ tokio-stream.workspace = true
tokio-util = { workspace = true, features = ["codec"] }
pin-project.workspace = true
tracing.workspace = true
tracing = { workspace = true, features = ["attributes"] }
# HeaderBytes
generic-array.workspace = true