From 2ef84218750e7ff68712ef1f29ca0b3e5f995546 Mon Sep 17 00:00:00 2001 From: gengteng Date: Wed, 6 Nov 2024 10:56:47 +0800 Subject: [PATCH] feat: update axum-serde and axum_typed_multipart --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b429fd..714ecd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.20.0" +version = "0.21.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,11 +36,11 @@ default-features = false optional = true [dependencies.axum-serde] -version = "0.6.1" +version = "0.7.0" optional = true [dependencies.axum_typed_multipart] -version = "0.12.1" +version = "0.13.1" optional = true [dependencies.serde]