Skip to content

Commit

Permalink
Update jsonwebtoken to 8.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Jan 7, 2022
1 parent aa21a17 commit d06ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -33,7 +33,7 @@ base64 = { version = "0.13.0", optional = true }
cookie = { version = "0.15", optional = true }
either = { version = "1.6", optional = true }
gotham_middleware_diesel = { version = "0.4.0", optional = true }
jsonwebtoken = { version = "7.2", optional = true }
jsonwebtoken = { version = "=8.0.0-beta.7", optional = true }
lazy-regex = { version = "2.2.1", optional = true }
openapi_type = { version = "0.2.3", optional = true }
parking_lot = { version = "0.11.1", optional = true }
Expand Down

0 comments on commit d06ed32

Please sign in to comment.