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-10-27 19:47:26 +01:00
commit 8890358102
2 changed files with 60 additions and 26 deletions

View file

@ -5,11 +5,11 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
ws = "0.8"
ws = "0.9.1"
mio = "0.6.19"
serde = { version = "1.0.92", features = ["derive"] }
serde_json = "1.0.39"
enum_dispatch = "0.1"
serde = { version = "1.0.101", features = ["derive"] }
serde_json = "1.0.41"
enum_dispatch = "0.2.0"
[dev-dependencies]
maplit = "1.0"