LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.
https://livesplit.org/
Apache License 2.0
209 stars 57 forks source link

RUSTSEC-2019-0031: spin is no longer actively maintained #301

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 4 years ago

spin is no longer actively maintained

Details
Status unmaintained
Package spin
Version 0.5.2
URL https://github.com/mvdnes/spin-rs/commit/7516c80
Date 2019-11-21

The author of the spin crate does not have time or interest to maintain it.

Consider the following alternatives (both of which support no_std):

See advisory page for additional details.

CryZe commented 4 years ago

This is used by hyper-rustls -> rustls -> ring. We can't really do anything about this, but I guess I'll keep this open.

CryZe commented 4 years ago

An alternative to it is being discussed in parking_lot: https://github.com/Amanieu/parking_lot/issues/214

CryZe commented 4 years ago

This exists now as well: https://github.com/rust-osdev/spinning_top

Maybe ring could switch to this.

CryZe commented 3 years ago

spin is maintained again.