mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-02-18 19:55:29 +00:00
Remove tracing-futures.
This commit is contained in:
parent
82c7efe82d
commit
536952ace4
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2514,7 +2514,6 @@ dependencies = [
|
|||
"tracing",
|
||||
"tracing-actix-web",
|
||||
"tracing-bunyan-formatter",
|
||||
"tracing-futures",
|
||||
"tracing-log",
|
||||
"tracing-subscriber",
|
||||
"unicode-segmentation",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue