From edddee3ccb038e0010ac74f33733915120f7873e Mon Sep 17 00:00:00 2001 From: gengteng Date: Thu, 14 Dec 2023 18:42:37 +0800 Subject: [PATCH] deps: upgrade axum-serde version to 0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f441bc..ca07d85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.12.0" +version = "0.13.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" @@ -36,7 +36,7 @@ default-features = false optional = true [dependencies.axum-serde] -version = "0.1.0" +version = "0.2.0" optional = true [dependencies.axum_typed_multipart]