Use upstream ws_stream_wasm

This commit is contained in:
bitfl0wer 2023-11-18 19:13:26 +01:00
parent 862a846055
commit 81455afb7c
2 changed files with 3 additions and 3 deletions

3
Cargo.lock generated
View File

@ -2761,7 +2761,8 @@ dependencies = [
[[package]] [[package]]
name = "ws_stream_wasm" name = "ws_stream_wasm"
version = "0.7.4" 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 = [ dependencies = [
"async_io_stream", "async_io_stream",
"futures", "futures",

View File

@ -54,8 +54,7 @@ sqlx = { version = "0.7.1", features = [
], optional = true } ], optional = true }
safina-timer = "0.1.11" safina-timer = "0.1.11"
rand = "0.8.5" 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] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.21.8" rustls = "0.21.8"