diff --git a/Cargo.toml b/Cargo.toml index 1a2cab0..24ef003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3.30" mysql_async = { version = "0.34.1", features = ["native-tls-tls", "chrono"], optional = true } prost = { version = "0.13.2", optional = true } r2d2 = { version = "0.8.10", optional = true } -rusqlite = { version = "0.31.0", optional = true } +rusqlite = { version = "0.32.1", optional = true } sea-query = { version = "0.32.0-rc.1", features = [ "backend-sqlite", "backend-postgres",