diff --git a/Cargo.toml b/Cargo.toml index 813db91..e1dcb6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ figment = { version = "0.10.12", features = ["env"] } jsonwebtoken = { version = "9.1.0", default-features = false } owasp-headers = "0.1.2" reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "trust-dns"] } -sea-orm = { version = "0.12.6", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "with-json", "with-chrono", "with-uuid" ] } +sea-orm = { version = "0.12.7", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros", "with-json", "with-chrono", "with-uuid" ] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" serde_with = "3.4.0"