From e12ad18b3cb56d3ce62d54f56dee663bec3291a0 Mon Sep 17 00:00:00 2001 From: koe Date: Mon, 16 Oct 2023 10:42:35 -0500 Subject: [PATCH] dep update --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ddef370..bebd819 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,7 @@ hyper = { version = "0.14.23", optional = true } sha-1 = { version = "0.10.1", optional = true } tokio-tungstenite = { version = "0.20.0", optional = true } -#tokio-tungstenite-wasm = { version = "0.2.0", optional = true } -tokio-tungstenite-wasm = { git = "https://github.com/UkoeHB/tokio-tungstenite-wasm", rev = "15e61e4", optional = true } +tokio-tungstenite-wasm = { version = "0.2.1", optional = true } tokio-rustls = { version = "0.24.1", optional = true } tokio-native-tls = { version = "0.3.1", optional = true }