1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00: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:
Linus Färnstrand 2020-11-30 20:18:02 +01:00 committed by GitHub
parent ea8bf36104
commit 32d59ca904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ futures-util = { version = "0.3.5", default-features = false }
fxhash = "0.2.1"
log = "0.4"
mime = "0.3"
socket2 = "0.3"
socket2 = "0.3.16"
pin-project = "1.0.0"
regex = "1.4"
serde = { version = "1.0", features = ["derive"] }