Skip to content

Commit

Permalink
feat: update axum-serde and axum_typed_multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
gengteng committed Nov 6, 2024
1 parent 1943a47 commit 2ef8421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 2ef8421

Please sign in to comment.