From 61add9acbcfca892377a8ea8da88656ccf6d07c3 Mon Sep 17 00:00:00 2001 From: Samuel Onoja Date: Thu, 10 Oct 2024 22:44:21 +0100 Subject: [PATCH] remove tokio-rustls dep --- relay_client/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/relay_client/Cargo.toml b/relay_client/Cargo.toml index 66ffaad..094f59a 100644 --- a/relay_client/Cargo.toml +++ b/relay_client/Cargo.toml @@ -26,7 +26,6 @@ serde_json = "1.0" serde_qs = "0.10" thiserror = "1.0" tokio = { version = "1.22", features = ["sync", "macros"] } -tokio-rustls = { version = "0.10" } tokio-tungstenite-wasm = { git = "https://github.com/KomodoPlatform/tokio-tungstenite-wasm.git", features = ["rustls-tls-native-roots"], rev = "8fc7e2f" } tokio-util = "0.7" url = "2.3"