chore: Update tracing-subscriber to 0.3 (#873)

This commit is contained in:
tottoto
2021-12-30 09:53:02 +01:00
committed by GitHub
parent 16321c279f
commit daf406dd2b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ tonic = {path = "../tonic", features = ["tls"]}
tower = {version = "0.4"}
tracing = "0.1"
tracing-log = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
[build-dependencies]
tonic-build = {path = "../tonic-build", features = ["prost"]}