Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 702cedd commit 39880eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = "1.0.2"
base64 = { version = "0.21", optional = true }
gotham_middleware_diesel = { version = "0.5.1", optional = true }
gotham_restful_redoc = { version = "0.2.1", path = "./redoc", optional = true }
jsonwebtoken = { version = "8.0", default-features = false, optional = true }
jsonwebtoken = { version = "9.2", default-features = false, optional = true }
lazy-regex = { version = "3.0", optional = true }
openapi_type = { version = "0.4.3", optional = true }
parking_lot = { version = "0.12", optional = true }
Expand Down

0 comments on commit 39880eb

Please sign in to comment.