examples: Update to validator 0.21 (#3854)

This commit is contained in:
tottoto
2026-08-02 21:46:47 +09:00
committed by GitHub
parent ed86b172dd
commit 01ac7372e3
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ thiserror = "2"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
validator = { version = "0.20.0", features = ["derive"] }
validator = { version = "0.21", features = ["derive"] }
[dev-dependencies]
http-body-util = "0.1.0"