Skip to content

Commit

Permalink
fix(aide): updated serde_qs to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Apr 14, 2024
1 parent e06ed1d commit bd273ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/aide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aide"
version = "0.13.3"
version = "0.13.4"
authors = ["tamasfe"]
edition = "2021"
keywords = ["generate", "api", "openapi", "documentation", "specification"]
Expand Down Expand Up @@ -29,7 +29,7 @@ cfg-if = "1.0.0"


# custom axum extractors
serde_qs = { version = "0.12.0", optional = true }
serde_qs = { version = "0.13", optional = true }
jwt-authorizer = { version = "0.14", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit bd273ad

Please sign in to comment.