-
Notifications
You must be signed in to change notification settings - Fork 198
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
#760
Comments
This is coming in from |
|
We still have this in our dependency tree through
|
It looks like this will be fixed in notify 5.0: https://github.com/notify-rs/notify/blob/4a3f5a35d15dbed5611732016f90c785fdf0f0ac/Cargo.toml#L35 |
|
cargo audit still returns net2 and it's also in cargo.lock. looking further |
@syphar maybe it's platform dependent? There's probably some flag we can pass to audit to tell it to only look at Linux. |
I think audit is correct here, |
closing #1963 is merged |
net2
0.2.34
The
net2
crate has been deprecatedand users are encouraged to considered
socket2
instead.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: