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](https://github.com/Keats/jsonwebtoken/compare/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>
This commit is contained in:
parent
54bb522e7f
commit
9fbf91e021
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue