Skip to content

Commit 517bcd8

Browse files
Update validator requirement from 0.18.1 to 0.20.0
Updates the requirements on [validator](https://github.com/Keats/validator) to permit the latest version. - [Changelog](https://github.com/Keats/validator/blob/master/CHANGELOG.md) - [Commits](Keats/validator@v0.18.1...v0.20.0) --- updated-dependencies: - dependency-name: validator dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c029adb commit 517bcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ meilisearch-sdk = "0.24.3"
2323
serde = { version = "1.0.192", features = ["derive"] }
2424
serde_json = "1.0.108"
2525
thiserror = "1.0.51"
26-
validator = { version = "0.18.1", features = ["derive"] }
26+
validator = { version = "0.20.0", features = ["derive"] }

0 commit comments

Comments
 (0)