Skip to content

Commit

Permalink
Bump jsonwebtoken from 8.3.0 to 9.3.0
Browse files Browse the repository at this point in the history
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 8.3.0 to 9.3.0.
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](Keats/jsonwebtoken@v8.3.0...v9.3.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 10, 2024
1 parent 128f672 commit 5d1723b
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 27 deletions.
92 changes: 66 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ chrono = "0.4.37"
async-trait = "0.1.79"
# Investigate if wither::bson can be used instead and activate this feature.
bson = { version = "2.10.0", features = ["serde_with", "chrono-0_4"] }
jsonwebtoken = "8.3.0"
jsonwebtoken = "9.3.0"
once_cell = "1.19.0"
bcrypt = "0.15.1"
validator = { version = "0.18.0", features = ["derive"] }
Expand Down

0 comments on commit 5d1723b

Please sign in to comment.