-
Notifications
You must be signed in to change notification settings - Fork 95
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
[slog-term] RUSTSEC-2018-0015: term is looking for a new maintainer #267
Comments
Wasn't there like a community for abandoned crates running them in low-effort maintenance mode by bunch of people doing voting or something? |
Cargo and other rustc tools moved to termcolor as a replacement that also works with MSYS2. At this point it's probably better to migrate to the crate that has active maintainership and a bigger buy-in. |
Accepting PRs. Maybe I'll get to it myself eventually. |
I've looked in from switching to
It looks like Lookin into Big problem with crossterm is that it has a high Minimum Supported Rust Version (MSRV), which @dpc doesn't like. Based on my basic tests of a couple versions:
Looks like it requires @dpc I guess you'll have to pick your poison 😉
|
I don't really see a reason to do anything about it immediately. If it works, it will keep working. Lack of maintenance is not a big deal on it's own. We probably use most basic functions and any of the alternatives would work OK, so whoever implements it, is free to choose. I could imagine even having support for all of them in form of cargo features if anyone is interested in supporting the alternative, and would like to put the effort. |
term
0.6.1
The author of the
term
crate does not have time to maintain it and is lookingfor a new maintainer.
Some maintained alternatives you can potentially switch to instead, depending
on your needs:
crossterm
termcolor
yansi
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: