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
Used libsqlite3-sys dependency has a vulnerability issue: https://rustsec.org/advisories/RUSTSEC-2022-0090
libsqlite3-sys
Library version should be updated and SQLx should release a new version with the patch.
Run cargo audit
cargo audit
The text was updated successfully, but these errors were encountered:
This is already updated on the 0.7-dev branch which is pending an alpha release (#2352)
Sorry, something went wrong.
The problem is that
So, in case anyone is interested, as a temporary solution, I published https://crates.io/crates/sqlx-oldapi with updated dependencies.
No branches or pull requests
Bug Description
Used
libsqlite3-sys
dependency has a vulnerability issue: https://rustsec.org/advisories/RUSTSEC-2022-0090Library version should be updated and SQLx should release a new version with the patch.
Minimal Reproduction
Run
cargo audit
Info
The text was updated successfully, but these errors were encountered: