Skip to content

Commit

Permalink
chore: Update tracing-subscriber to 0.3 (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 30, 2021
1 parent 16321c2 commit daf406d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion interop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tonic = {path = "../tonic", features = ["tls"]}
tower = {version = "0.4"}
tracing = "0.1"
tracing-log = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}

[build-dependencies]
tonic-build = {path = "../tonic-build", features = ["prost"]}
2 changes: 1 addition & 1 deletion tests/integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hyper = "0.14"
tokio-stream = {version = "0.1.5", features = ["net"]}
tower = {version = "0.4", features = []}
tower-service = "0.3"
tracing-subscriber = "0.2"
tracing-subscriber = {version = "0.3", features = ["env-filter"]}

[build-dependencies]
tonic-build = {path = "../../tonic-build"}

0 comments on commit daf406d

Please sign in to comment.