Skip to content

Commit

Permalink
make websocket handler more failsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
nanu-c committed Jan 23, 2023
1 parent e0220da commit 9151992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9151992

Please sign in to comment.