alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.01k stars 234 forks source link

Upgrade socket2 dependency #365

Closed faern closed 3 years ago

faern commented 3 years ago

Upgrades to a version not making invalid assumptions about the memory layout of std::net::SocketAddr.

Helps unblock https://github.com/rust-lang/rust/pull/78802. See that PR for more details.