Update validator to 0.20.0 (#3345)

This commit is contained in:
Yann Simon
2025-05-06 15:44:03 +02:00
committed by GitHub
parent df55d83f29
commit 7d1dbeb3af
2 changed files with 18 additions and 30 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ thiserror = "1.0.29"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.20.0", features = ["derive"] }
[dev-dependencies]
http-body-util = "0.1.0"