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 dependency with std::io::IsTerminal #924

Closed
LukasKalbertodt opened this issue Aug 24, 2023 · 0 comments · Fixed by #929
Closed

Replace atty dependency with std::io::IsTerminal #924

LukasKalbertodt opened this issue Aug 24, 2023 · 0 comments · Fixed by #929
Labels
area:backend Everything backend related kind:improvement

Comments

@LukasKalbertodt
Copy link
Member

Since Rust 1.70 we have std::io::IsTerminal. With that we can replace our only use of atty. That's especially nice since atty has a security problem rn and is not maintained anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:backend Everything backend related kind:improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant