Skip to content

Commit 9bbaf1a

Browse files
Bump jsonwebtoken from 9.3.1 to 10.3.0
Bumps [jsonwebtoken](https://github.com/Keats/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fda5b7 commit 9bbaf1a

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tar = "0.4.44"
1818
once_cell = "1.18"
1919
dotenvy = "0.15" # For environment variables
2020
rocket = { version = "0.5.1", features = ["json","tls"]} # For backend server
21-
jsonwebtoken = "9" # For JWT
21+
jsonwebtoken = "10" # For JWT
2222
rand = "0.9.1" # Salt generation
2323
rocket_cors = "0.6" # for frontend requests
2424
ring = "0.17"

0 commit comments

Comments
 (0)