mirror of
https://github.com/fafhrd91/actix-web
synced 2025-02-07 22:04:24 +01:00
Upgrade socket2 dependency (#1803)
Upgrades to a version not making invalid assumptions about the memory layout of std::net::SocketAddr
This commit is contained in:
parent
ea8bf36104
commit
32d59ca904
@ -97,7 +97,7 @@ futures-util = { version = "0.3.5", default-features = false }
|
|||||||
fxhash = "0.2.1"
|
fxhash = "0.2.1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
socket2 = "0.3"
|
socket2 = "0.3.16"
|
||||||
pin-project = "1.0.0"
|
pin-project = "1.0.0"
|
||||||
regex = "1.4"
|
regex = "1.4"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user