Skip to content

Commit

Permalink
Update jsonwebtoken requirement from 8 to 9 in /spiffe
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 21, 2024
1 parent d28aca3 commit 555b2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spiffe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ url = "2"
asn1 = { package = "simple_asn1", version = "0.6" }
x509-parser = "0.16"
pkcs8 = "0.10"
jsonwebtoken = "8"
jsonwebtoken = "9"
jsonwebkey = { version = "0.3", features = ["jsonwebtoken", "jwt-convert"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 555b2b8

Please sign in to comment.