diff --git a/server/Cargo.toml b/server/Cargo.toml index 635aeaa8..88a15e9f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -24,7 +24,7 @@ axum = { version = "0.6.20", features = ["headers"] } serde = { version = "1.0.188", features = ["derive"] } anyhow = "1.0.75" async-trait = "0.1.73" -sea-orm = { version = "0.12.2", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] } +sea-orm = { version = "0.12.3", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] } tracing = "0.1.37" mockall = "0.11.4" envy = "0.4.2"