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 unmaintained atty crate with std::io::IsTerminal #318

Merged
merged 1 commit into from
Jul 18, 2023
Merged

Conversation

phil-opp
Copy link
Collaborator

There is a current vulnerability (low severity) and the crate appears to be unmaintained. Since Rust 1.70, we should be able to use the new IsTerminal trait of the standard library instead.

There is a current vulnerability (low severity) and the crate appears to be unmaintained. Since Rust 1.70, we should be able to use the new `IsTerminal` trait of the standard library instead.
@haixuanTao haixuanTao merged commit 0cfed32 into main Jul 18, 2023
29 checks passed
@haixuanTao haixuanTao deleted the fix-dep branch July 18, 2023 10:06
@haixuanTao haixuanTao mentioned this pull request Jul 18, 2023
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.

2 participants