-
Notifications
You must be signed in to change notification settings - Fork 741
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
RUSTSEC-2021-0139: ansi_term is Unmaintained #2282
Comments
(The advisory has since added the console crate as another alternative, which seems like a potentially decent option?) |
There's already a PR to switch to |
We're currently being dinged by the above RUSTSEC, REF tokio-rs/tracing#2282. It looks like tracing will update itself soon but meanwhile `ansi_term` being unmaintained is not a terrible problem for lading. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
We're currently being dinged by the above RUSTSEC, REF tokio-rs/tracing#2282. It looks like tracing will update itself soon but meanwhile `ansi_term` being unmaintained is not a terrible problem for lading. Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Just a note that Windows does not have ANSI support by default and locked-down computers (i.e. in a corporate environment) won't be able to install it. Plus it garbles output if redirected into a file. Practically, I would say that
|
Any news on this one? |
The fix #2287 seems already merged, but no release since the merge. |
Should be published soon, sorry for the delay! |
Published |
ansi_term
0.12.1
The maintainer has adviced this crate is deprecated and will not
receive any maintenance.
The crate does not seem to have much dependencies and may or may not be ok to use as-is.
Last release seems to have been three years ago.
Possible Alternative(s)
The below list has not been vetted in any way and may or may not contain alternatives;
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: