diff --git a/Cargo.toml b/Cargo.toml index d279971..b71c427 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4" futures = "0.3" utoipa = { version = "4", features = ["actix_extras"] } utoipa-swagger-ui = { version = "6", features = ["actix-web"] } -sea-orm = { version = "^0.12.11", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] } +sea-orm = { version = "^0.12.12", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] } [workspace] members = [".", "migration"]