refactor(dependencies): update to socket2 v0.4.0 (#2472)

This commit is contained in:
Thomas de Zeeuw
2021-03-22 22:16:31 +00:00
committed by GitHub
parent 48fdaf1606
commit 41f99578a5
3 changed files with 9 additions and 46 deletions

View File

@@ -42,7 +42,7 @@ want = "0.3"
# Optional
libc = { version = "0.2", optional = true }
socket2 = { version = "0.3.16", optional = true }
socket2 = { version = "0.4", optional = true }
[dev-dependencies]
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }