From 6074ac240fb2b5a77df40c91042063496febd012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:56:20 +0000 Subject: [PATCH] fix(deps): update rust crate validator to 0.18.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1ff51e4..418de175 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 8afa5e61..a118b6e7 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]