chore(deps): enable tracing default features (#2693)

This commit is contained in:
Matthias Seitz
2023-05-16 15:14:39 +02:00
committed by GitHub
parent 2436e019c6
commit e9a5b867c9
3 changed files with 8 additions and 3 deletions

View File

@ -15,7 +15,7 @@ tracing-futures = "0.2"
futures-util = "0.3"
## misc
tracing = { workspace = true, default-features = false }
tracing = { workspace = true }
thiserror = "1.0"
dyn-clone = "1.0"