-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Tracking issue for cargo audit fixes #208
Comments
We know about them, there's no point failing all CI because of them. Tracking issue: FyroxEngine#208
One new ignore, remove 3 existing ones. I updated the tracking issue - more details there: FyroxEngine#208
For anyone wondering why this is closed, it appears cargo audit CI was removed in c44cf70. I think a better solution would be to add unmaintained crates to the list of ignores. It doesn't happen that often, this is the first time in two years. There's probably also a flag to ignore unmaintained in general. That way severe security issues would still be caught if/when they happen. But i also understand the frustration caused by how rust's community handles maintenance and deprecation in general. Since i still use audit in crates that depend on fyrox, i might keep updating the issue to makes sense of my ignore list. OTOH my projects are somewhat on hold so i make no promises. |
I went through the dep tree to see what needs updating to get
cargo audit
to pass, here are my notes so far.cargo audit
rust-windowing/winit#2038cargo audit
CI for winit but probably not for rg3dunsafe
. I briefly checked x11-clipboard and it doesn't appear to be touching theptr
field or constructing xcb errors so we should be safe and this can be ignored for now.The text was updated successfully, but these errors were encountered: