Closed atezet closed 1 month ago
atty is now unmaintained RUSTSEC-2024-0375. Replaced the only occurrence with std::io::IsTerminal.
atty
std::io::IsTerminal
./frb_internal precommit --mode slow
fast
./website
./frb_internal --help
LGTM and thanks!
To make CI happy, I guess you can either (1) revert the changes to pubspec.lock (2) or use the same Flutter version as CI's. Feel free to ping me after CI is green to merge it :)
Changes
atty
is now unmaintained RUSTSEC-2024-0375. Replaced the only occurrence withstd::io::IsTerminal
.Checklist
./frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated.Remark for PR creator
./frb_internal --help
shows utilities for development.