diff --git a/Cargo.toml b/Cargo.toml index 7b8dffb..12c24fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["full"] } -tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] } +tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"] } tokio-util = { version = "0.7.18", features = ["io"] } url = "2.5.8" rustls = { version = "0.23", features = ["ring"] }