This commit is contained in:
2026-09-19 21:34:06 +02:00
parent 8d48b1617b
commit 8297111060
8 changed files with 97 additions and 23 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ tokio = { version = "1.53.1", features = ["full"] }
axum = { version = "0.8", features = ["ws", "multipart"] }
axum-extra = { version = "0.12.6", features = ["cookie"] }
config = "0.15.25"
sea-orm = { version = "2.0.2", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio", "with-chrono", "with-uuid", "with-json", "schema-sync"] }
sea-orm = { version = "2.0.3", features = ["sqlx-sqlite", "sqlx-postgres", "sqlx-mysql", "runtime-tokio", "with-chrono", "with-uuid", "with-json", "schema-sync"] }
migration = { path = "migration" }
event_bus = { path = "event_bus" }
parking_lot = "0.12.5"
@@ -31,7 +31,7 @@ utoipa-swagger-ui = { version = "9", features = ["axum"] }
log = "0.4"
bitflags = "2.13.2"
argon2 = { version = "0.6.0", features = ["password-hash"] }
jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
jsonwebtoken = { version = "11.1.0", features = ["aws_lc_rs"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.7.1", features = ["catch-panic", "cors", "trace"] }
chrono = "0.4.45"
@@ -42,4 +42,4 @@ futures-util = "0.3"
form_urlencoded = "1.2.2"
time = "0.3.55"
sha2 = "0.11.0"
rustrtc = "0.3.133"
rustrtc = "0.3.138"