This commit is contained in:
2026-08-30 16:08:57 +02:00
parent f2197a6b28
commit 78cb70d8e8
28 changed files with 740 additions and 42 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ parking_lot = "0.12.5"
serde = "1.0.229"
serde_json = "1.0.151"
toml = "1.1.4"
uuid = { version = "1.24.1", features = ["v4", "v7", "fast-rng", "serde"] }
uuid = { version = "1.26.0", features = ["v4", "v7", "fast-rng", "serde"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
thiserror = "2"
@@ -30,7 +30,7 @@ utoipa = { version = "5", features = ["uuid", "chrono"] }
utoipa-swagger-ui = { version = "9", features = ["axum"] }
log = "0.4"
bitflags = "2.13.1"
argon2 = { version = "0.6.0-rc.8", features = ["password-hash"] }
argon2 = { version = "0.6.0", features = ["password-hash"] }
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"] }