diff --git a/Cargo.toml b/Cargo.toml index 0cf29c7..724bad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"