Skip to content

Commit 1e9e470

Browse files
chore(deps): update jsonwebtoken requirement from 10 to 11 (#1058)
Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f63e43 commit 1e9e470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pastey = { version = "0.2.0", optional = true }
5858
# oauth2 support
5959
oauth2 = { version = "5.0", optional = true, default-features = false }
6060
# JWT signing for client credentials (private_key_jwt)
61-
jsonwebtoken = { version = "10", optional = true, features = ["aws_lc_rs"] }
61+
jsonwebtoken = { version = "11", optional = true, features = ["aws_lc_rs"] }
6262

6363
# for auto generate schema
6464
schemars = { version = "1.0", optional = true, features = ["chrono04"] }

0 commit comments

Comments
 (0)