Skip to content

Commit

Permalink
Merge pull request #632 from cgwalters/bump-tracing
Browse files Browse the repository at this point in the history
cli: Bump to tracing-subscriber 0.3
  • Loading branch information
jmarrero committed May 28, 2024
2 parents 1ac39fc + d959fac commit a70fc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libc = "0.2.92"
tokio = { version = "1", features = ["macros"] }
log = "0.4.0"
tracing = "0.1"
tracing-subscriber = "0.2.17"
tracing-subscriber = "0.3"

[features]
# A proxy for the library feature
Expand Down

0 comments on commit a70fc7b

Please sign in to comment.