mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 16:44:07 +02:00
bumb dependencies
This commit is contained in:
parent
d193913153
commit
8890358102
2 changed files with 60 additions and 26 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue