johnbcodes / cqrs-es-demo-sqlite

A demo application for the cqrs-es and sqlite-es crates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve libsqlite3-sys vulnerability once SQLx 0.7 fixes Executor trait impl for &mut Transaction

johnbcodes opened this issue · comments

SQLx version 0.7 updates the rusqlite dependency which resolves a vulnerability with high severtity. However, the current alpha releases of SQLx disables implementation of the Executor trait for &mut Transaction. This disables executing inserts and updates for certain transactions like this one in the sqlite-es dependency.