Skip to content

Commit 9fbf91e

Browse files
chore(deps): update jsonwebtoken requirement from 9 to 10 (#737)
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@v9.0.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.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 54bb522 commit 9fbf91e

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
@@ -28,7 +28,7 @@ pastey = { version = "0.2.0", optional = true }
2828
# oauth2 support
2929
oauth2 = { version = "5.0", optional = true, default-features = false }
3030
# JWT signing for client credentials (private_key_jwt)
31-
jsonwebtoken = { version = "9", optional = true }
31+
jsonwebtoken = { version = "10", optional = true }
3232

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

0 commit comments

Comments
 (0)