From 2856cf169738cbdec802bd1bee157d66d73b2bf3 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Mon, 5 Aug 2024 23:29:02 +0200 Subject: [PATCH] Fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }