You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
Is there any chance rusqlite could be upgraded to the latest version, v0.28?
The current version of rusqlite in prisma/quaint uses an older version of libsqlite3-sys (v0.22.2) and the new version of libsqlite3-sys (0.25.2) has a fix for a sqlite vulnerability CVE-2022-35737.
In prisma/quaint,
rusqliteis currentlyv0.25(https://github.com/prisma/quaint/blob/main/Cargo.toml#L118).Is there any chance
rusqlitecould be upgraded to the latest version, v0.28?The current version of
rusqlitein prisma/quaint uses an older version oflibsqlite3-sys(v0.22.2) and the new version of libsqlite3-sys (0.25.2) has a fix for a sqlite vulnerability CVE-2022-35737.Big fan of your work! Please keep it up!