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

Replace atty with std::io::IsTerminal #1437

Closed
wants to merge 2 commits into from
Closed

Conversation

mbrobbel
Copy link

atty is unmaintained: https://rustsec.org/advisories/RUSTSEC-2024-0375.html.

This PR removes it from the dependencies and instead uses https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html. This means the msrv is bumped to 1.70.0.

@mbrobbel
Copy link
Author

Closing in favor of #1436.

@mbrobbel mbrobbel closed this Sep 30, 2024
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

Successfully merging this pull request may close these issues.

1 participant