Closed CryoTheRenegade closed 1 year ago
How do you get this message? On the dev
branch I get this:
$ git rev-parse HEAD
7649b74a8d1e52be17253bb3e35683f375c13f87
$ cargo report future-incompatibilities
error: no reports are currently available
Ok, i found the problem, tokio 1.8 includes mio which depends on ntapi@0.3.7, which will be rejected by cargo eventually. A possible solution is to update our tokio to a version made after November 2021, when mio was last updated. This only affects targets that use x86_64-pc-windows-msvc, as mio isn't targeted to x86_64-pc-windows-gcc. @DottoDev is this acceptable for updating the tokio dep?
Every dependency update with a reason makes sense so good for me.
Tested on dev branch, and no errors to be seen. Thanks yall for your hard work!
Full Message
so yeah, we may want to update dependencies.