We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fern <0.7 with the "colored" feature enabled and a custom global allocator (as used in this project) is insecure: https://github.com/daboross/fern/blob/fern-0.6.2/README.md
It looks like aw-server only uses a custom allocator on Linux, and this issue only affects Windows: https://rustsec.org/advisories/RUSTSEC-2021-0145.html
But it might still be a good idea to update the fern dependency to 0.7 to avoid depending on the unmaintained atty crate.
atty
The text was updated successfully, but these errors were encountered:
build(deps): bump fern from 0.6.0 to 0.7.0
2b66f2d
Fixes ActivityWatch#496
Successfully merging a pull request may close this issue.
fern <0.7 with the "colored" feature enabled and a custom global allocator (as used in this project) is insecure:
https://github.com/daboross/fern/blob/fern-0.6.2/README.md
It looks like aw-server only uses a custom allocator on Linux, and this issue only affects Windows:
https://rustsec.org/advisories/RUSTSEC-2021-0145.html
But it might still be a good idea to update the fern dependency to 0.7 to avoid depending on the unmaintained
atty
crate.The text was updated successfully, but these errors were encountered: