Skip to content

Commit e2f808f

Browse files
committed
cli: Update tracing-subscriber to 0.3
On general principle, but specifically it has better APIs for `EnvFilter`. Signed-off-by: Colin Walters <[email protected]>
1 parent 22765ed commit e2f808f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ libc = "0.2.92"
2424
tokio = { version = "1", features = ["macros"] }
2525
log = "0.4.0"
2626
tracing = "0.1"
27-
tracing-subscriber = "0.2.17"
27+
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)