Skip to content

Commit

Permalink
chore(deps): update tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
omjadas committed Dec 1, 2023
1 parent 33a7fea commit 478e735
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 @@ -37,7 +37,7 @@ tokio = { version = "1.24.2", features = ["rt"] }
tokio-rustls = "0.24.0"
tokio-tungstenite = "0.20.0"
tokio-util = { version = "0.7.0", features = ["io"], optional = true }
tracing = { version = "0.1.21", features = ["log"] }
tracing = { version = "0.1.23", features = ["log"] }

[dev-dependencies]
async-http-proxy = { version = "1.2.5", features = ["runtime-tokio"] }
Expand Down

0 comments on commit 478e735

Please sign in to comment.