diff --git a/Cargo.toml b/Cargo.toml index 169ccfc..acd9fe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }