diff --git a/crates/zitadel/Cargo.toml b/crates/zitadel/Cargo.toml index 7e9e3e8f..0a91b85b 100644 --- a/crates/zitadel/Cargo.toml +++ b/crates/zitadel/Cargo.toml @@ -102,7 +102,7 @@ axum-extra = { version = "0.10.0", optional = true, features = ["typed-header"] base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2.8", optional = true } -jsonwebtoken = { version = "9.3.0", optional = true } +jsonwebtoken = { version = "10.0.0", optional = true } moka = { version = "0.12.8", features = ["future"], optional = true } openidconnect = { version = "4.0.0", optional = true } pbjson-types = { version = "0.7.0", optional = true }