Update tracing-subscriber to 0.3 (#472)

Fixes #469
This commit is contained in:
EdorianDark
2021-11-06 14:50:23 +00:00
committed by GitHub
parent 09bcd8862d
commit 513c5a694d
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ tokio = { version = "1.0", features = ["full"] }
hyper = { version = "0.14", features = ["full"] }
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }