chore(dependencies): upgrade socket2 (#2349)

Upgrades to a version not making invalid assumptions about
the memory layout of std::net::SocketAddr
This commit is contained in:
Linus Färnstrand
2020-11-30 14:48:28 +01:00
committed by GitHub
parent 1ba2a141a6
commit 21dea21145

View File

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