We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 504302d + 97bdc30 commit 7f95655Copy full SHA for 7f95655
Cargo.toml
@@ -19,7 +19,7 @@ path = "src/lib.rs"
19
rocket = { version = "0.5.0", default-features = false, features = [
20
"json",
21
] }
22
-validator = { version = "0.16.1", features = ["derive"] }
+validator = { version = "0.18.0", features = ["derive"] }
23
24
[[example]]
25
name = "json-validation"
0 commit comments