use a NaiveDate in data model, it serializes to string (iso 8601 format)

This commit is contained in:
Alex Auvolat
2023-08-30 11:24:01 +02:00
parent abf011c290
commit f7b409f114
5 changed files with 14 additions and 12 deletions
Generated
+1
View File
@@ -1340,6 +1340,7 @@ dependencies = [
"async-trait",
"base64 0.21.3",
"blake2",
"chrono",
"err-derive",
"futures",
"futures-util",