diff --git a/Cargo.toml b/Cargo.toml index 7a262af450..b3da1ad37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0.2" base64 = { version = "0.22", optional = true } gotham_middleware_diesel = { version = "0.5.1", optional = true } gotham_restful_redoc = { version = "0.2.5", path = "./redoc", optional = true } -jsonwebtoken = { version = "8.0", default-features = false, optional = true } +jsonwebtoken = { version = "9.0", 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 }