feat: Implement health checks, rate limiting, and security headers for services, update Node.js versions, and add Prettier configuration for frontend.
This commit is contained in:
+9
-1
@@ -24,7 +24,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
jsonwebtoken = "9.3"
|
||||
bcrypt = "0.17"
|
||||
dotenvy = "0.15"
|
||||
tower-http = { version = "0.6", features = ["cors", "trace", "fs"] }
|
||||
tower-http = { version = "0.6", features = ["cors", "trace", "fs", "set-header"] }
|
||||
reqwest = { version = "0.12", features = ["json", "multipart"] }
|
||||
hmac = "0.12"
|
||||
sha2 = "0.10"
|
||||
@@ -32,3 +32,11 @@ hex = "0.4"
|
||||
openidconnect = { version = "3.5", features = ["reqwest"] }
|
||||
anyhow = "1.0"
|
||||
utoipa = { version = "5", features = ["axum_extras", "chrono", "uuid"] }
|
||||
thiserror = "2.0"
|
||||
tower_governor = "0.7"
|
||||
http = "1.3"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user