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

bumb dependencies

This commit is contained in:
Robin Appelman 2019-11-09 22:07:29 +01:00
commit cd938d0ef9
2 changed files with 182 additions and 192 deletions

View file

@ -7,12 +7,12 @@ edition = "2018"
[dependencies]
ws = "0.9.1"
mio = "0.6.19"
serde = { version = "1.0.101", features = ["derive"] }
serde = { version = "1.0.102", features = ["derive"] }
serde_json = "1.0.41"
enum_dispatch = "0.2.0"
[dev-dependencies]
maplit = "1.0"
maplit = "1.0.2"
portpicker = "0.1.0"
websocket-lite = "0.3.0-alpha.6"
better-panic = "0.2.0"