diff --git a/Cargo.toml b/Cargo.toml index 6f72f7bc..b3bbdd1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ bgpkit-broker = "0.7.0-beta.5" env_logger = "0.11" kafka = "0.10.0" tungstenite = "0.24.0" -tokio-tungstenite = "0.24.0" +tokio-tungstenite = "0.25.0" tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" criterion = { version = "0.5.1", features = ["html_reports"] }