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
@@ -24,7 +24,7 @@ hyper = "0.14"
tokio-stream = {version = "0.1.5", features = ["net"]}
tower = {version = "0.4", features = []}
tower-service = "0.3"
tracing-subscriber = "0.2"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
[build-dependencies]
tonic-build = {path = "../../tonic-build"}