Update tracing-subscriber to 0.3 (#472)

Fixes #469
This commit is contained in:
EdorianDark 2021-11-06 15:50:23 +01:00 committed by GitHub
parent 09bcd8862d
commit 513c5a694d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 28 additions and 28 deletions

View File

@ -8,6 +8,6 @@ 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"] }
async-graphql = "2.9.9"
slab = "0.4.3"

View File

@ -10,4 +10,4 @@ futures = "0.3"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

View File

@ -10,4 +10,4 @@ tokio = { version = "1.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

View File

@ -9,7 +9,7 @@ axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "0.8", features = ["v4", "serde"] }

View File

@ -8,5 +8,5 @@ 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"] }

View File

@ -9,4 +9,4 @@ axum = { path = "../../axum" }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

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"] }

View File

@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum", features = ["headers"] }
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"] }
serde_json = "1.0"
headers = "0.3"

View File

@ -8,6 +8,6 @@ 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 = { version = "0.4", features = ["util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.1", features = ["add-extension", "auth", "compression-full", "trace" ] }

View File

@ -13,4 +13,4 @@ tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.23"
tower = { version = "0.4", features = ["make"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

View File

@ -8,5 +8,5 @@ publish = false
axum = { path = "../../axum", features = ["multipart"] }
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" ] }

View File

@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum", features = ["headers"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
oauth2 = "4.1"
async-session = "3.0.0"
serde = { version = "1.0", features = ["derive"] }

View File

@ -8,6 +8,6 @@ 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 = { version = "0.4", features = ["util", "filter"] }
hyper = { version = "0.14", features = ["full"] }

View File

@ -10,4 +10,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

View File

@ -8,4 +8,4 @@ axum = { path = "../../axum" }
hyper = { version = "0.14", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

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"

View File

@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum", features = ["headers"] }
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 = ["fs", "trace"] }
futures = "0.3"
tokio-stream = "0.1"

View File

@ -8,5 +8,5 @@ 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 = ["fs", "trace"] }

View File

@ -8,5 +8,5 @@ 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"] }
askama = "0.10"

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"] }

View File

@ -9,4 +9,4 @@ axum = { path = "../../axum" }
axum-server = { version = "0.2", features = ["tls-rustls"] }
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }

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 = { version = "0.4", features = ["util", "timeout"] }
tower-http = { version = "0.1", features = ["add-extension", "trace"] }
uuid = { version = "0.8", features = ["serde", "v4"] }

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"] }
bb8 = "0.7.1"
bb8-postgres = "0.7.0"
tokio-postgres = "0.7.2"

View File

@ -8,5 +8,5 @@ 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"] }

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"] }
hyper = { version = "0.14", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
futures = "0.3"

View File

@ -12,5 +12,5 @@ serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.29"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = { version="0.3", features = ["env-filter"] }
validator = { version = "0.14.0", features = ["derive"] }

View File

@ -8,4 +8,4 @@ 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"] }

View File

@ -8,6 +8,6 @@ publish = false
axum = { path = "../../axum", features = ["ws", "headers"] }
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 = ["fs", "trace"] }
headers = "0.3"