diff --git a/Cargo.toml b/Cargo.toml index 4325f9e..25e9e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ uuid = "1" chrono = "0.4" futures-util = { version = "0.3.32", default-features = false, features = ["std"] } rust_decimal = { version = "1.42", features = ["db-tokio-postgres"] } -deadpool-sqlite = "0.13.0" -rusqlite = { version = "0.38", features = ["bundled", "column_decltype"] } +deadpool-sqlite = "0.14.0" +rusqlite = { version = "0.40", features = ["bundled", "column_decltype"] } # Pure-Rust MySQL driver (ships its own pool). `minimal-rust` keeps the build # free of C dependencies (rust-backend flate2); TLS goes through rustls with # the ring provider (matching the PostgreSQL stack — never native-tls, so