Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 0083a8d commit ecb82d5
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.2", default-features = false, features = ["derive"] }
jsonwebtoken = { version = "8.0", default-features = false }
jsonwebtoken = { version = "9.2", default-features = false }
log = "0.4"
serde = { version = "1.0", features = ["derive"] }

0 comments on commit ecb82d5

Please sign in to comment.