Skip to content

Commit

Permalink
chore(deps): update jsonwebtoken requirement from 8 to 9 (#455)
Browse files Browse the repository at this point in the history
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](Keats/jsonwebtoken@v8.0.0...v8.3.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent e2a015b commit ac312e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ hostname-validator = "1"
hyper = "=1.0.0-rc.4"
indexmap = "2"
inventory = "0.3"
jsonwebtoken = "8"
jsonwebtoken = "9"
mime = "0.3"
mime-infer = "2"
moka = "0.12"
Expand Down

0 comments on commit ac312e4

Please sign in to comment.