Skip to content

Commit

Permalink
Require tracing version containing log instrumenting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damszew committed Jan 29, 2024
1 parent 40f4604 commit 3d27b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ validator_derive = "0.16"
weighted-rs = { version = "0.1", optional = true }
colored = "2.0"

tracing-actix-web = { version = "0.7", optional = true }
tracing = { version = "0.1", optional = true }
tracing-actix-web = { version = "0.7.8", optional = true }
tracing = { version = "0.1.40", features = ["log"], optional = true }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log"], optional = true }
tracing-bunyan-formatter = { version = "0.3", optional = true }

0 comments on commit 3d27b38

Please sign in to comment.