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:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user