Skip to content

Commit b5bae46

Browse files
fix(deps): update rust crate validator to 0.20.0
1 parent 7f95655 commit b5bae46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.18.0", features = ["derive"] }
22+
validator = { version = "0.20.0", features = ["derive"] }
2323

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

0 commit comments

Comments
 (0)