refactor: use native-tls for sea-orm

This commit is contained in:
Ninjdai 2025-08-04 20:21:47 +02:00
parent 595d28b69b
commit c5e5b1332c
2 changed files with 4 additions and 14 deletions

View file

@ -8,7 +8,7 @@ axum = { version = "0.8.4", features = [ "macros", "ws", "tokio" ] }
axum-extra = { version = "0.10.1", features = ["typed-header"] }
dotenvy = "0.15.7"
reqwest = "0.12.22"
sea-orm = { version = "1.1.13", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros" ] }
sea-orm = { version = "1.1.13", features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "macros" ] }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.46.1", features = [ "full" ] }