mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Upgrade socket2 to v0.5
This commit is contained in:
parent
50647d0774
commit
a0255ff919
6 changed files with 24 additions and 15 deletions
|
|
@ -28,7 +28,7 @@ mio = { version = "0.8", features = ["net", "os-poll"] }
|
|||
rand_distr = "0.4"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
socket2 = { version = "0.5", features = ["all"] }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue