Remove tracing-futures.

This commit is contained in:
Luca Palmieri 2021-12-27 11:16:17 +01:00
parent 82c7efe82d
commit 536952ace4
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2514,7 +2514,6 @@ dependencies = [
"tracing",
"tracing-actix-web",
"tracing-bunyan-formatter",
"tracing-futures",
"tracing-log",
"tracing-subscriber",
"unicode-segmentation",

View file

@ -22,7 +22,6 @@ uuid = { version = "0.8.1", features = ["v4"] }
chrono = "0.4.15"
log = "0.4"
tracing = "0.1.19"
tracing-futures = "0.2.4"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-bunyan-formatter = "0.3.1"
tracing-log = "0.1.1"