This commit is contained in:
2024-08-05 23:29:02 +02:00
parent 8a31222f25
commit 2856cf1697

View File

@@ -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"] }