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 #6599

Closed
github-actions bot opened this issue Oct 1, 2024 · 1 comment · Fixed by #6691
Closed

RUSTSEC-2024-0375: atty is unmaintained #6599

github-actions bot opened this issue Oct 1, 2024 · 1 comment · Fixed by #6691
Assignees

Comments

@github-actions
Copy link

github-actions bot commented Oct 1, 2024

atty is unmaintained

Details
Status unmaintained
Package atty
Version 0.2.14
URL softprops/atty#57
Date 2024-09-25

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

See advisory page for additional details.

@tritao
Copy link
Contributor

tritao commented Oct 4, 2024

@kayagokalp kayagokalp self-assigned this Nov 4, 2024
IGI-111 pushed a commit that referenced this issue Nov 4, 2024
## Description
closes #6599.

atty [is no longer
maintained](softprops/atty@5bfdbe9),
and equivalent functionality is available in the std-lib as of rust
1.79. This PR switches to that functionality and removes `atty`
dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants