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"] }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "0.8", features = ["v4", "serde"] }
async-session = "3.0.0"