prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 62 forks source link

Upgrade rusqlite to latest #428

Open hariria opened 1 year ago

hariria commented 1 year ago

In prisma/quaint, rusqlite is currently v0.25 (https://github.com/prisma/quaint/blob/main/Cargo.toml#L118).

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.

Big fan of your work! Please keep it up!