Tokio 1.13 uses ntapi 0.3.6 as a dependency, which will be rejected by a future version of Rust. This causes compiler warnings for users of quinn. Upgrading to tokio >1.17 (preferably latest of 1.21) may resolve this warning (https://github.com/tokio-rs/tokio/releases/tag/tokio-1.17.0).
"warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.6"
Only found this dependency in the quinn tree by using cargo tree, and searching for ntapi.
Tokio 1.13 uses ntapi 0.3.6 as a dependency, which will be rejected by a future version of Rust. This causes compiler warnings for users of quinn. Upgrading to tokio >1.17 (preferably latest of 1.21) may resolve this warning (https://github.com/tokio-rs/tokio/releases/tag/tokio-1.17.0). "warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.6"
Only found this dependency in the quinn tree by using
cargo tree
, and searching for ntapi.