diff --git a/Cargo.toml b/Cargo.toml index 461b459..ee3f131 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1.74" tracing = "0.1.40" chrono = "0.4" validator = { version = "0.16" } -sea-orm = { version = "0.12.4", features = [ +sea-orm = { version = "0.12.15", features = [ "sqlx-sqlite", "sqlx-postgres", "runtime-tokio-rustls",