Remove tracing-subscriber.
We don't need to handle the subscriber directly since we upstreamed this functionality into Abscissa.
This commit is contained in:
parent
8d58dd804f
commit
9273f83761
|
@ -1791,7 +1791,6 @@ dependencies = [
|
||||||
"tracing",
|
"tracing",
|
||||||
"tracing-futures",
|
"tracing-futures",
|
||||||
"tracing-log",
|
"tracing-log",
|
||||||
"tracing-subscriber",
|
|
||||||
"zebra-chain",
|
"zebra-chain",
|
||||||
"zebra-network",
|
"zebra-network",
|
||||||
]
|
]
|
||||||
|
|
|
@ -19,7 +19,6 @@ futures = "0.3"
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-futures = "0.2"
|
tracing-futures = "0.2"
|
||||||
tracing-subscriber = "0.1"
|
|
||||||
tracing-log = "0.1"
|
tracing-log = "0.1"
|
||||||
|
|
||||||
hyper = "0.13.2"
|
hyper = "0.13.2"
|
||||||
|
|
Loading…
Reference in New Issue