From 88cc92f64dfc4a241410f67b20dec4680461a344 Mon Sep 17 00:00:00 2001 From: stale Date: Tue, 3 May 2022 20:22:43 -0300 Subject: this is terrible --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 28dec21..9d4c83c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,9 @@ edition = "2018" [dependencies] hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } -tokio-tungstenite = "*" +tokio-rustls = "0.23" +rustls-pemfile = "1" +hyper-tungstenite = "0.8" rand = "0.8" futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] } futures-channel = "0.3" -- cgit v1.2.3