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
@@ -194,7 +194,7 @@ serde_json = "1.0"
tracing = "0.1.16"
tracing-attributes = "0.1"
tracing-futures = "0.2"
tracing-subscriber = {version = "0.2", features = ["tracing-log"]}
tracing-subscriber = {version = "0.3", features = ["tracing-log"]}
# Required for wellknown types
prost-types = "0.9"
# Hyper example