Skip to content

Commit

Permalink
build(deps): remove static warn-only flag from tracing crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales committed May 29, 2024
1 parent 7a44fdc commit 6898866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ serde_yaml = "0.9.27"
rand = "0.8.5"
rayon = "1.8.1"
thiserror = "1.0.59"
tracing = { version = "0.1.40", features = ["release_max_level_warn"] }
tracing = { version = "0.1.40" }
tracing-subscriber = "0.3"
tokio = { version = "1.34.0", features = [
"rt",
Expand Down

0 comments on commit 6898866

Please sign in to comment.