Skip to content

Commit

Permalink
Fix logging tests via tokio upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Mar 14, 2023
1 parent 4988a15 commit fc7645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test_logger = [] # Print log output to stderr when running tests instead of drop
[dependencies]
slog = "2.5.2"
slog-term = "2.6.0"
tokio = "1.14.0"
tokio = { version = "1.26.0", features = ["sync"] }
lighthouse_metrics = { path = "../lighthouse_metrics" }
lazy_static = "1.4.0"
sloggers = { version = "2.1.1", features = ["json"] }
Expand Down

0 comments on commit fc7645e

Please sign in to comment.