chore: bump dependencies and release v0.20.0

This commit is contained in:
gengteng
2024-09-07 20:03:11 +08:00
parent 8ed8a39a58
commit 20886c16d8
2 changed files with 10 additions and 10 deletions

View File

@@ -442,7 +442,7 @@ Current module documentation predominantly showcases `Valid` examples, the usage
| into_json | Validation errors will be serialized into JSON format and returned as the HTTP body | N/A | ❌ | ✅ | ✅ |
| full_validator | Enables `validator`, `all_types`, `422` and `into_json` | N/A | ❌ | ✅ | ✅ |
| full_garde | Enables `garde`, `all_types`, `422` and `into_json`. Consider using `default-features = false` to exclude default `validator` support | N/A | ❌ | ✅ | ✅ |
| full_garde | Enables `validify`, `all_types`, `422` and `into_json`. Consider using `default-features = false` to exclude default `validator` support | N/A | ❌ | ✅ | ✅ |
| full_validify | Enables `validify`, `all_types`, `422` and `into_json`. Consider using `default-features = false` to exclude default `validator` support | N/A | ❌ | ✅ | ✅ |
| full | Enables all features above | N/A | ❌ | ✅ | ✅ |
| aide | Enables support for `aide` | N/A | ❌ | ❌ | ❌ |