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
There is a medium level security advisory for tui-logger:
tui-logger
$ cargo audit Crate: time Version: 0.1.45 Title: Potential segfault in the time crate Date: 2020-11-18 ID: RUSTSEC-2020-0071 URL: https://rustsec.org/advisories/RUSTSEC-2020-0071 Severity: 6.2 (medium) Solution: Upgrade to >=0.2.23 Dependency tree: time 0.1.45 └── chrono 0.4.24 └── tui-logger 0.9.0 error: 1 vulnerability found!
The text was updated successfully, but these errors were encountered:
Disable default features of chrono
chrono
0ab6eaf
To avoid bringing `time` v0.1.x into dependency graph, see time-rs/time#293 Fixes gin66#36
Successfully merging a pull request may close this issue.
There is a medium level security advisory for
tui-logger
:The text was updated successfully, but these errors were encountered: