Skip to content

Commit

Permalink
chore(aide): Updated jwt-authorizer dependency version (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Kinduk <k.kinduk@kefirgames.com>
  • Loading branch information
2 people authored and Wicpar committed Mar 6, 2024
1 parent ff32ba0 commit 932f784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cfg-if = "1.0.0"

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

[features]
macros = ["dep:aide-macros"]
Expand Down

0 comments on commit 932f784

Please sign in to comment.