Skip to content

Commit

Permalink
remove tokio-rustls dep
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Oct 10, 2024
1 parent 8175331 commit 61add9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relay_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 61add9a

Please sign in to comment.