deps: upgrade garde to 0.18.0

This commit is contained in:
gengteng
2024-02-01 13:15:43 +08:00
parent 076027d82f
commit e19c84dcd5
4 changed files with 15 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ In case of inner extractor errors, it will first return the Rejection from the i
* Install
```shell
cargo add garde
cargo add garde --features derive
cargo add axum-valid --features garde,basic --no-default-features
# excluding validator
```