gengteng / axum-valid

axum-valid is a library that provides data validation extractors for the Axum web framework. It integrates validator, garde and validify, three popular validation crates in the Rust ecosystem, to offer convenient validation and data handling extractors for Axum applications.
MIT License
100 stars 4 forks source link

Update validator from 0.17.0 to 0.18.0 #22

Closed noshishiRust closed 4 months ago

noshishiRust commented 5 months ago

I have always used this clay and the validation is easy to implement!

By the way, recently, validator crate has been upgraded, and using validator = "0.18.0"" causes a compile error. Are there any plans for this update?

noshishiRust commented 5 months ago

If no problem, may I work on this issue?