1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-03 16:44:07 +02:00

switch to parity-ws

This commit is contained in:
Robin Appelman 2020-09-27 22:38:30 +02:00
commit 582287e8da
5 changed files with 239 additions and 222 deletions

View file

@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
ws = "0.9.1"
parity-ws = "0.10"
mio = "0.6.19"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
@ -15,4 +15,4 @@ enum_dispatch = "0.2.0"
maplit = "1.0.2"
portpicker = "0.1.0"
websocket-lite = "0.3.4"
better-panic = "0.2.0"
better-panic = "0.2.0"