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
cargo audit reports the following when im-rs 15.0.0 is in the dependency tree:
cargo audit
ID: RUSTSEC-2020-0041 Crate: sized-chunks Version: 0.6.2 Date: 2020-09-06 URL: https://rustsec.org/advisories/RUSTSEC-2020-0041 Title: Multiple soundness issues in Chunk and InlineArray Solution: No safe upgrade is available! Dependency tree: sized-chunks 0.6.2 └── im-rc 15.0.0
See bodil/sized-chunks#11
The text was updated successfully, but these errors were encountered:
An update: looks like this can be fixed by upgrading sized-chunks to 0.6.3. Would a PR be accepted?
sized-chunks
Sorry, something went wrong.
Looks like #179 already fixes this and updates sized-chunks to 0.6.4, so I will not create a new PR
No branches or pull requests
cargo audit
reports the following when im-rs 15.0.0 is in the dependency tree:See bodil/sized-chunks#11
The text was updated successfully, but these errors were encountered: