We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64083dc commit 9d0a729Copy full SHA for 9d0a729
Cargo.toml
@@ -31,7 +31,7 @@ thiserror = "2.0"
31
base64 = { version = "0.22", optional = true }
32
gotham_middleware_diesel = { version = "0.5.1", optional = true }
33
gotham_restful_redoc = { version = "0.2.13", path = "./redoc", optional = true }
34
-jsonwebtoken = { version = "9.3", default-features = false, optional = true }
+jsonwebtoken = { version = "10.0", default-features = false, optional = true }
35
lazy-regex = { version = "3.0", optional = true }
36
openapi_type = { version = "0.5.0", optional = true }
37
parking_lot = { version = "0.12", optional = true }
0 commit comments