blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
665 stars 146 forks source link

net2 is deprecated #231

Closed dbanty closed 4 years ago

dbanty commented 4 years ago

I ran cargo audit on my project and was warned of this security advisory about net2 being deprecated. It looks like they are encouraging people to use socket2 in its place.

Would it be possible to migrate to socket2 (or something else) to alleviate that warning? I don't know if there are actual security problems in net2 or if it's just been abandoned so any future problems won't be fixed.