This commit is contained in:
2026-07-30 11:14:33 +02:00
parent 759bc1dc15
commit 1bb00e1edf
6 changed files with 116 additions and 11 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ event_bus = { path = "event_bus" }
parking_lot = "0.12.5"
serde = "1.0.229"
serde_json = "1.0.151"
toml = "1.1.3"
toml = "1.1.4"
uuid = { version = "1.24.0", features = ["v4", "v7", "fast-rng", "serde"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
@@ -35,7 +35,7 @@ jsonwebtoken = { version = "11.0.0", features = ["aws_lc_rs"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.7.0", features = ["catch-panic", "cors", "trace"] }
chrono = "0.4.45"
validator = { version = "0.20.0", features = ["derive"] }
validator = { version = "0.21.0", features = ["derive"] }
async-trait = "0.1.91"
anyhow = "1.0.104"
futures-util = "0.3"