diff --git a/Cargo.toml b/Cargo.toml index 85180fb..91d87a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ serde = "1.0.204" serde_json = "1.0.122" anyhow = "1.0.86" async-trait = "0.1.81" -tokio-tungstenite = { version = "*", features = ["tls"] } +tokio-tungstenite = { version = "0.23.1", features = ["rustls"] }