Skip to content

Commit

Permalink
Update jsonwebtoken requirement from 8.0 to 9.3
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.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent f1a0df4 commit 7fb4885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/jwt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ edition = "2018"
[dependencies]
futures-util = "0.3.14"
gotham = { path = "../../gotham", version = "0.7.4", default-features = false, features = ["derive"] }
jsonwebtoken = { version = "8.0", default-features = false }
jsonwebtoken = { version = "9.3", default-features = false }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 7fb4885

Please sign in to comment.