diff --git a/crates/rmcp/Cargo.toml b/crates/rmcp/Cargo.toml index c5d919ae..31e05aca 100644 --- a/crates/rmcp/Cargo.toml +++ b/crates/rmcp/Cargo.toml @@ -28,7 +28,7 @@ pastey = { version = "0.2.0", optional = true } # oauth2 support oauth2 = { version = "5.0", optional = true, default-features = false } # JWT signing for client credentials (private_key_jwt) -jsonwebtoken = { version = "9", optional = true } +jsonwebtoken = { version = "10", optional = true } # for auto generate schema schemars = { version = "1.0", optional = true, features = ["chrono04"] }