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

@@ -83,7 +83,7 @@ where
State: Send + Sync,
Context: Send + Sync + FromRef<State>,
Extractor: HasValidate + FromRequest<State>,
<Extractor as HasValidate>::Validate: garde::Validate<Context = Context>,
<Extractor as HasValidate>::Validate: Validate<Context = Context>,
{
type Rejection = GardeRejection<<Extractor as FromRequest<State>>::Rejection>;