diff --git a/Cargo.toml b/Cargo.toml index 68eefb2..56128c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "src/lib.rs" actix-web = "4" actix-web-httpauth = "0.8" actix-cors = "0.7.1" -jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "10.3" } +jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "11.0" } jwks_client_rs = "0.5.1" reqwest = { version = "0.13.2", features = ["json"] } paas-api = "^0.12"