diff --git a/Cargo.lock b/Cargo.lock index 32960135..a466b45d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5653,9 +5653,9 @@ dependencies = [ [[package]] name = "validator" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da339118f018cc70ebf01fafc103360528aad53717e4bf311db929cb01cb9345" +checksum = "db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e" dependencies = [ "idna", "once_cell", @@ -5669,15 +5669,15 @@ dependencies = [ [[package]] name = "validator_derive" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e88ea23b8f5e59230bff8a2f03c0ee0054a61d5b8343a38946bcd406fe624c" +checksum = "55591299b7007f551ed1eb79a684af7672c19c3193fb9e0a31936987bb2438ec" dependencies = [ "darling", + "once_cell", "proc-macro-error", "proc-macro2", "quote", - "regex", "syn 2.0.57", ] diff --git a/Cargo.toml b/Cargo.toml index b04ca5c4..781cd081 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "postgres", wiremock = "0.6.0" itertools = "0.12.1" sha3 = "0.10.8" -validator = { version = "0.17.0", features = ["derive"] } +validator = { version = "0.18.0", features = ["derive"] } k256 = "0.13.3" [dev-dependencies]