We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
net2
mio
the mio dependency needs to be upgraded to 0.7 to remove net2 from the dependency tree: tokio-rs/mio#1322
0.7
right now cargo audit returns:
cargo audit
Crate: net2 Title: `net2` crate has been deprecated; use `socket2` instead Date: 2020-05-01 URL: https://rustsec.org/advisories/RUSTSEC-2020-0016 Dependency tree: net2 0.2.34 ├── miow 0.2.1 │ └── mio 0.6.22 │ ├── tokio 0.2.21 │ │ └── crossterm 0.17.3 │ ├── signal-hook 0.1.15 │ │ └── crossterm 0.17.3 │ ├── mio-uds 0.6.8 │ │ ├── tokio 0.2.21 │ │ └── async-std 1.5.0 │ │ └── crossterm 0.17.3 │ ├── mio-named-pipes 0.1.6 │ │ └── tokio 0.2.21 │ ├── crossterm 0.17.3 │ └── async-std 1.5.0 └── mio 0.6.22
The text was updated successfully, but these errors were encountered:
socket2
confirmed fixed in 0.17.6
0.17.6
Sorry, something went wrong.
RUST-1769 Fix check-rustdoc (crossterm-rs#432)
6b3ee6a
No branches or pull requests
the
mio
dependency needs to be upgraded to0.7
to removenet2
from the dependency tree: tokio-rs/mio#1322right now
cargo audit
returns:The text was updated successfully, but these errors were encountered: