diff --git a/Cargo.toml b/Cargo.toml index 41cb93f..1e84495 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 = "0.23.1" +tokio-tungstenite = { version = "0.23.1", features = ["tls"] }