-
Notifications
You must be signed in to change notification settings - Fork 74
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
Cargo audit multiple findings #167
Comments
Hi @portno12 , As for
As for |
@jqnatividad thanks for the info. would it be possible, or would you accept a pr, to still make any applicable changes to lower the number of findings? regarding |
@portno12 yes. PRs are welcome! As for chrono, we only use it because of And in I'm not that familiar with |
- this removes dependency on `rustc-serialize` and `quick-csv` partly resolving #167 - also did a cargo update bump of async-global-executor from 2.0.2 to 2.0.3
Stale issue message |
@jqnatividad i havent had time to look further into this. any progress on the projects side? |
@portno12 All that remains now is the chrono vulnerability, and there's some interesting activity on that front, so I'll just wait for them to fix it upstream... |
do so until the published version on crates.io is updated, so we can take advantage of unreleased features - most especially, updating `cookie` and `cookie-store` to 0.16.0, which removes the dependency on `time 0.2,27`, which in turn, has a dependency on `stdweb` which is unmaintained, partly resolving #167. This also streamlines the dependency tree, removing 15 crate dependencies
all cargo audit findings are now resolved with the new qsv-dateparser. |
it appears
cargo audit
finds a number of issues with qsv. is it possible these will be considered for resolution? the tough one may bechrono
which doesnt seem maintained, but usingtime
directly seems to work for other crates.The text was updated successfully, but these errors were encountered: