mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-14 00:00:15 +02:00
examples: Update to validator 0.21 (#3854)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user