Update tracing in interop test

This commit is contained in:
Lucio Franco
2019-09-16 18:40:43 -04:00
parent d6f4d49e2e
commit 9954b9e10c
4 changed files with 14 additions and 11 deletions
+2 -3
View File
@@ -25,11 +25,10 @@ async-stream = "0.1.1"
console = "0.7"
structopt = "0.2"
pretty_env_logger = "0.3"
tracing = "0.1"
tracing-fmt = "0.0.1-alpha.1"
tracing-log = "0.0.1-alpha.1"
tracing-subscriber = "0.1.3"
tracing-log = "0.1.0"
[build-dependencies]
tonic-build = { path = "../tonic-build" }