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:
parent
a40d676c68
commit
17f189bf1e
3 changed files with 358 additions and 172 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue