chore: update validator to 0.17

This commit is contained in:
Sandro Eiler 2024-03-05 14:06:55 +01:00
parent 9a31080707
commit 1bc7ae4c7a
3 changed files with 26 additions and 9 deletions

View file

@ -34,7 +34,7 @@ tracing-log = "0.2"
secrecy = { version = "0.8", features = ["serde"] }
unicode-segmentation = "1"
strum_macros = "0.26"
validator = "0.16"
validator = "0.17"
[dependencies.sqlx]
version = "0.7"