Skip to content

Commit 96c561b

Browse files
chore(deps): bump jsonwebtoken
Bumps the cargo group with 1 update in the /server directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38294a7 commit 96c561b

2 files changed

Lines changed: 19 additions & 104 deletions

File tree

server/Cargo.lock

Lines changed: 18 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ quick-xml = { version = "0.31", features = ["serialize"] } # XML support
5757
toml = "0.8" # TOML support
5858

5959
# Authentication and security (Platinum RSR)
60-
jsonwebtoken = "9.2" # JWT token handling
60+
jsonwebtoken = "10.3" # JWT token handling
6161
bcrypt = "0.15" # Password hashing
6262

6363
# UUID generation

0 commit comments

Comments
 (0)