Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUSTSEC-2020-0016: net2 crate has been deprecated; use socket2 instead #1

Open
github-actions bot opened this issue Nov 8, 2020 · 2 comments

Comments

@github-actions
Copy link

github-actions bot commented Nov 8, 2020

net2 crate has been deprecated; use socket2 instead

Details
Status unmaintained
Package net2
Version 0.2.35
URL deprecrated/net2-rs@3350e38
Date 2020-05-01

The net2 crate has been deprecated
and users are encouraged to considered socket2 instead.

See advisory page for additional details.

@neoeinstein
Copy link
Owner

neoeinstein commented Nov 9, 2020

This one is used by mio v0.6. It looks like tokio 0.3 doesn't require net2, but we still want to support tokio 0.2 while actix is on it. It's not something we have significant control over, though, for the 0.2 users.

@faern
Copy link

faern commented Nov 9, 2020

And we still want to release a patch release of net2 that removes the invalid assumption on the memory layout of std::net::SocketAddr. deprecrated/net2-rs#106. I would like to get this out since I assume a lot of projects will be stuck on tokio 0.2 or even tokio 0.1 for quite a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants