mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
chore(deps): bump jsonwebtoken from 9.3.1 to 10.2.0
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.2.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ futures-util = "0"
|
||||
|
||||
# authorization
|
||||
bcrypt = "0"
|
||||
jsonwebtoken = { version = "9", features = ["use_pem"] }
|
||||
jsonwebtoken = { version = "10", features = ["use_pem"] }
|
||||
|
||||
# creating users
|
||||
objectid = "0"
|
||||
|
||||
Reference in New Issue
Block a user