From a9533608bced66f9b0591a552698266e70e4390e Mon Sep 17 00:00:00 2001 From: gengteng Date: Sat, 15 Feb 2025 13:32:13 +0800 Subject: [PATCH] dep: bump validify to 2.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4357a8d..167e274 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.22.0" +version = "0.23.0" description = "Provides validation extractors for your Axum application, allowing you to validate data using validator, garde, validify or all of them." authors = ["GengTeng "] license = "MIT" @@ -28,7 +28,7 @@ features = ["full", "aide"] axum = { version = "0.8", default-features = false } garde = { version = "0.22.0", optional = true } validator = { version = "0.20.0", optional = true } -validify = { version = "1.4.0", optional = true } +validify = { version = "2.0.0", optional = true } [dependencies.axum-extra] version = "0.10"