ranger-ross / actix-web-validation

Request validation for actix-web
MIT License
4 stars 0 forks source link

Improve dependency version requirements #7

Open ranger-ross opened 2 weeks ago

ranger-ross commented 2 weeks ago

This library current specifies the minor version for validation and garde but since those libraries are both pre 1.0 this will require this library to update when they update.

See https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#tilde-requirements

ranger-ross commented 2 weeks ago

I tested with garde and the tilde version requirements still caused issues. I probably need to do some more research on the best practices for this.