Skip to content

Commit 7f95655

Browse files
authored
Merge pull request #34 from somehowchris/renovate/validator-0.x
fix(deps): update rust crate validator to 0.18.0
2 parents 504302d + 97bdc30 commit 7f95655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/lib.rs"
1919
rocket = { version = "0.5.0", default-features = false, features = [
2020
"json",
2121
] }
22-
validator = { version = "0.16.1", features = ["derive"] }
22+
validator = { version = "0.18.0", features = ["derive"] }
2323

2424
[[example]]
2525
name = "json-validation"

0 commit comments

Comments
 (0)