Skip to content

Commit

Permalink
Update validator requirement from 0.17.0 to 0.18.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 043a553 commit 0e4ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web_app_graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ meilisearch-sdk = "0.24.3"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.51"
validator = { version = "0.17.0", features = ["derive"] }
validator = { version = "0.18.1", features = ["derive"] }

0 comments on commit 0e4ec69

Please sign in to comment.