fix: improve json error handling, make email_address optional

This commit is contained in:
2025-09-12 23:36:07 -05:00
parent 752c855dec
commit a6e7adcaef
4 changed files with 25 additions and 5 deletions

View File

@@ -43,5 +43,6 @@ tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
url = "2.5"
governor = "0.10.1"
once_cell = "1.21.3"
serde_path_to_error = "0.1.17"
[dev-dependencies]