feat: update axum-serde and axum_typed_multipart

This commit is contained in:
gengteng
2024-11-06 10:56:47 +08:00
parent 1943a472bc
commit 2ef8421875

View File

@@ -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 <me@gteng.org>"]
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]