test(domain): pin audit serde contracts; loosen time version; note null caveat

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 07:44:21 +02:00
parent 0447284d43
commit 4c6f77b999
3 changed files with 87 additions and 6 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls", "postgres",
uuid = { version = "1", features = ["v4", "serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = { version = "0.3.44", features = ["serde"] }
time = { version = "0.3", features = ["serde"] }
clap = { version = "4", features = ["derive", "env"] }
utoipa = { version = "5", features = ["uuid"] }
anyhow = "1"