Skip to content

Commit

Permalink
Upgrade socket2 dependency (#1803)
Browse files Browse the repository at this point in the history
Upgrades to a version not making invalid assumptions about
the memory layout of std::net::SocketAddr
  • Loading branch information
faern committed Nov 30, 2020
1 parent ea8bf36 commit 32d59ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 32d59ca

Please sign in to comment.