Closed dbanty closed 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.
cargo audit
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.
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.