-
Notifications
You must be signed in to change notification settings - Fork 114
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
Cargo-deny: Stop ignoring RUSTSEC-2020-0016 #1267
Comments
expectocode
added a commit
to expectocode/oak
that referenced
this issue
Nov 30, 2020
Since mio no longer depends on net2.
expectocode
added a commit
to expectocode/oak
that referenced
this issue
Nov 30, 2020
Since mio no longer depends on net2. Fixes project-oak#1267.
expectocode
added a commit
to expectocode/oak
that referenced
this issue
Nov 30, 2020
Since mio no longer depends on net2. Fixes project-oak#1267.
expectocode
added a commit
to expectocode/oak
that referenced
this issue
Nov 30, 2020
Since mio no longer depends on net2. Fixes project-oak#1267.
mio 0.7 no longer depends on net2. |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: rust-lang/docs.rs#760
The
net2
crate has been deprecated, but is still used bymio
. Oncemio
has been updated to no longer use it we should remove the it from the ignore list.The text was updated successfully, but these errors were encountered: