Skip to content

Commit

Permalink
fix(deps): update rust crate validator to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 504302d commit 97bdc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lib.rs"
rocket = { version = "0.5.0", default-features = false, features = [
"json",
] }
validator = { version = "0.16.1", features = ["derive"] }
validator = { version = "0.18.0", features = ["derive"] }

[[example]]
name = "json-validation"
Expand Down

0 comments on commit 97bdc30

Please sign in to comment.