1
0
Fork 0
mirror of https://codeberg.org/demostf/sync.git synced 2026-06-04 00:54:08 +02:00

update dependencies and edition

This commit is contained in:
Robin Appelman 2019-06-14 13:07:59 +02:00
commit 17f189bf1e
3 changed files with 358 additions and 172 deletions

View file

@ -2,10 +2,10 @@
name = "sync"
version = "0.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
ws = "0.7.3"
mio = "0.6.10"
serde = "1.0.15"
serde_json = "1.0.3"
serde_derive = "1.0.15"
ws = "0.8"
mio = "0.6.19"
serde = { version = "1.0.92", features = ["derive"] }
serde_json = "1.0.39"