This commit is contained in:
2024-08-05 23:36:43 +02:00
parent 0ff40c8953
commit 37055083c5
2 changed files with 19 additions and 1 deletions

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 = { version = "0.23.1", features = ["rustls"] }
tokio-tungstenite = { version = "0.23.1", features = ["rustls-tls-native-roots"] }