Upgrade socket2 to v0.5

This commit is contained in:
Joakim Frostegård 2023-04-10 00:49:55 +02:00
parent 50647d0774
commit a0255ff919
6 changed files with 24 additions and 15 deletions

View file

@ -48,7 +48,7 @@ rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"
socket2 = { version = "0.4", features = ["all"] }
socket2 = { version = "0.5", features = ["all"] }
time = { version = "0.3", features = ["formatting"] }
tinytemplate = "1"