Skip to content

Commit

Permalink
Update jsonwebtoken requirement from 8 to 9
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...v9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 3886c3f commit 6163ed4
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 @@ -28,7 +28,7 @@ futures = "0.3.1"
hex = "0.4"
ironcore-search-helpers = { version = "0.2", optional = true }
itertools = "0.10"
jsonwebtoken = "8"
jsonwebtoken = "9"
lazy_static = "1.4"
log = "0.4"
percent-encoding = "2.1"
Expand Down

0 comments on commit 6163ed4

Please sign in to comment.