Skip to content
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 #553

Closed
github-actions bot opened this issue Aug 20, 2022 · 2 comments · Fixed by #561
Closed

RUSTSEC-2021-0139: ansi_term is Unmaintained #553

github-actions bot opened this issue Aug 20, 2022 · 2 comments · Fixed by #561
Labels
dependencies A dependency needs to be updated. priority: low This is a low priority issue.

Comments

@github-actions
Copy link

ansi_term is Unmaintained

Details
Status unmaintained
Package ansi_term
Version 0.12.1
URL ogham/rust-ansi-term#72
Date 2021-08-18

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.

@CryZe
Copy link
Collaborator

CryZe commented Aug 21, 2022

This is caused by criterion by pulling in an old version of clap: bheisler/criterion.rs#596

@CryZe CryZe added blocked Progress is blocked and can't progress. dependencies A dependency needs to be updated. priority: low This is a low priority issue. labels Aug 21, 2022
@CryZe
Copy link
Collaborator

CryZe commented Sep 15, 2022

This is not blocked anymore, we updated criterion, but structopt still depends on it. We can use clap directly now though.

@CryZe CryZe removed the blocked Progress is blocked and can't progress. label Sep 15, 2022
@CryZe CryZe linked a pull request Sep 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A dependency needs to be updated. priority: low This is a low priority issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant