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

bumb dependencies + docker ci

This commit is contained in:
Robin Appelman 2021-07-31 16:18:10 +02:00
commit 87804f5b48
6 changed files with 579 additions and 571 deletions

View file

@ -5,14 +5,13 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
parity-ws = "0.10"
mio = "0.6.19"
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
enum_dispatch = "0.2.0"
parity-ws = "0.11"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
enum_dispatch = "0.3"
[dev-dependencies]
maplit = "1.0.2"
portpicker = "0.1.0"
websocket-lite = "0.3.4"
better-panic = "0.2.0"
maplit = "1"
portpicker = "0.1"
websocket-lite = "0.5"
better-panic = "0.2"