This commit is contained in:
2026-05-08 00:17:03 +02:00
parent 0de2e334ae
commit 5f05108132
6 changed files with 1102 additions and 107 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ crate-type = ["rlib"]
members = [".", "migration", "event_bus"]
[dependencies]
tokio = { version = "1.52.1", features = ["full"] }
tokio = { version = "1.52.2", features = ["full"] }
config = "0.15.22"
sea-orm = { version = "2.0.0-rc.38", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio", "with-chrono", "with-uuid", "with-json", "schema-sync"] }
migration = { path = "migration" }