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
@@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
tower-http = { version = "0.1", features = ["trace"] }
serde_json = "1.0"
hyper = { version = "0.14", features = ["full"] }