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
I love this project .. I am trying to get a long chain of security advisory warnings resolved from a project I am working on
When I run cargo audit on this project I get this warning
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.26 └── theta-chart 0.0.5 └── leptos_chart 0.1.0
I have created these issues in theta-chart and chrono
When those are complete the fix here will be simple.
The text was updated successfully, but these errors were encountered:
Thanks you,
Sorry, something went wrong.
No branches or pull requests
I love this project .. I am trying to get a long chain of security advisory warnings resolved from a project I am working on
When I run
cargo audit
on this project I get this warningI have created these issues in theta-chart and chrono
When those are complete the fix here will be simple.
The text was updated successfully, but these errors were encountered: