From 5ab535d90075f6bc2d21d197cd5f9ad7ee38aa1c Mon Sep 17 00:00:00 2001 From: mautamu Date: Thu, 25 Sep 2025 19:48:55 -0400 Subject: [PATCH] chore: bump validators, to dismiss CVE-2024-12224 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d11eaaa..e4e4b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ chrono = "0.4" rocket-client-addr = "0.5" [dependencies.validators] -version = "0.25" +version = "0.26" default-features = false features = ["derive", "rocket", "base64_url", "regex"]