From b03d6b45a4fab158673752864fc5ff0f61eb2ab7 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Sat, 18 Nov 2023 19:13:26 +0100 Subject: [PATCH] Use upstream ws_stream_wasm --- Cargo.lock | 3 ++- Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f342fb..ba6758d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2761,7 +2761,8 @@ dependencies = [ [[package]] name = "ws_stream_wasm" version = "0.7.4" -source = "git+https://github.com/bitfl0wer/ws_stream_wasm?branch=feature/generic-message#48185cdb77037a7b57e244568f5c398cbebf2647" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" dependencies = [ "async_io_stream", "futures", diff --git a/Cargo.toml b/Cargo.toml index 4ad1bcb..b09926d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,8 +54,7 @@ sqlx = { version = "0.7.1", features = [ ], optional = true } safina-timer = "0.1.11" rand = "0.8.5" -ws_stream_wasm = { git = "https://github.com/bitfl0wer/ws_stream_wasm", branch = "feature/generic-message" } - +ws_stream_wasm = "0.7.4" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.8"