Skip to content

Commit

Permalink
Merge pull request #34 from somehowchris/renovate/validator-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate validator to 0.18.0
  • Loading branch information
somehowchris authored Jun 7, 2024
2 parents 504302d + 97bdc30 commit 7f95655
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 7f95655

Please sign in to comment.