-
Notifications
You must be signed in to change notification settings - Fork 103
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
spin is no longer actively maintained (RUSTSEC-2019-0031) #42
Comments
Ooh yes, I've been meaning to add Unfortunately there's nothing I can currently do about this dependency. I do not directly depend on This issue will be closed whenever dependencies become available that result in |
Yeah, I know. I tried to find wheather spin is really necessary, but haven't yet. I created this issue primarily to have it documented. Maybe I will take a look in a few days :-) |
Okay, so cargo-tree shows that ring is the only relevant dependency. (If I don't misinterpret cargo-tree's output.)
spin in lazy_static is feature-gated and seems not to be used when building rage # Cargo.toml in lazy_static
[features]
spin_no_std = ["spin"]
There is also an issue which might be resolved soon briansmith/ring#921. |
Hey,
Cargo Audit found that the spin crate is no longer maintained:
Maybe cargo audit could be integrated as a CI test via GitHub Action, Travis, etc.?
The text was updated successfully, but these errors were encountered: