Skip to content

Commit 5b4386c

Browse files
authored
Upgrade tracing-subscriber to 0.3.1 (#55)
1 parent f08c9ea commit 5b4386c

File tree

2 files changed

+5
-56
lines changed

2 files changed

+5
-56
lines changed

Cargo.lock

Lines changed: 4 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conduit-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tracing = "0.1.29"
1616
[dev-dependencies]
1717
conduit-test = { version = "0.9.0-alpha.5", path = "../conduit-test" }
1818
lazy_static = "1.4.0"
19-
tracing-subscriber = "0.2.25"
19+
tracing-subscriber = { version = "0.3.1", features = ["env-filter"] }

0 commit comments

Comments
 (0)