diff --git a/Cargo.toml b/Cargo.toml index 68eefb2..6aaaaef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ actix-web = "4" actix-web-httpauth = "0.8" actix-cors = "0.7.1" jsonwebtoken = {features = ["use_pem", "rust_crypto"], version = "10.3" } -jwks_client_rs = "0.5.1" +jwks_client_rs = "0.6.0" reqwest = { version = "0.13.2", features = ["json"] } paas-api = "^0.12" libpep = "^0.12"