feat: update axum-serde and axum_typed_multipart
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user