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 crate 0.17.0 -> 0.18.0 #23

Closed noshishiRust closed 4 months ago

noshishiRust commented 5 months ago

I updated the validator crate. There were no major changes. It seems that if the field to validate is Integer Types, it now receives a copy instead of a reference.

closes #22

gengteng commented 4 months ago

I updated the validator crate. There were no major changes. It seems that if the field to validate is Integer Types, it now receives a copy instead of a reference.

closes #22

Thank you for your contribution! The PR looks great. I'm a bit tied up this week but plan to review and merge it over the weekend. Please bear with me, and thanks again for your effort and support!