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-2024-0375: atty is unmaintained #1769

Open
github-actions bot opened this issue Dec 11, 2024 · 2 comments
Open

RUSTSEC-2024-0375: atty is unmaintained #1769

github-actions bot opened this issue Dec 11, 2024 · 2 comments

Comments

@github-actions
Copy link

Details
Package atty
Version 0.2.14
Warning unmaintained
URL softprops/atty#57
Patched Versions n/a

The maintainer of atty has published an official notice that the crate is no longer
under development, and that users should instead rely on the functionality in the standard library's IsTerminal trait.

Alternative(s)

  • std::io::IsTerminal - Stable since Rust 1.70.0 and the recommended replacement per the atty maintainer.
  • is-terminal - Standalone crate supporting Rust older than 1.70.0
@oleonardolima
Copy link
Contributor

oleonardolima commented Dec 11, 2024

FWIW, it's a criterion dependency, which is used by the benchmark tool/test. The atty dependency has been switched to is-terminal on their side on their 0.5.0 release (we are relying on the 0.2.11).

@notmandatory
Copy link
Member

notmandatory commented Dec 16, 2024

I bumped the criterion crate to 0.5 in 1776 which should resolve this issue. I had to change this crate back to 0.2 so we can run tests with MSRV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants