From 9151992602dea96b49d2a755a53740f77bf100dd Mon Sep 17 00:00:00 2001 From: "aaron@nanu-c.org" Date: Mon, 23 Jan 2023 01:16:23 +0100 Subject: [PATCH] make websocket handler more failsafe --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38a35d223..c693f6c5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tauri-build = { version = "1.2.1", features = [], optional = true} [dependencies] tauri = { version = "1.2.3", features = [], optional = true } -presage = { git = "https://github.com/nanu-c/presage", rev = "9cc46f343d60b5420e4c1812562c6d933998c332"! } +presage = { git = "https://github.com/nanu-c/presage", rev = "9cc46f343d60b5420e4c1812562c6d933998c332" } libsignal-service = { git = "https://github.com/whisperfish/libsignal-service-rs", rev = "456bf6eb2e4454ce35bdb4ca75b8dba7941c2923" } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1.11"