mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore(demo-server): update jsonwebtoken 8.3.0 -> 9.1.0
This commit is contained in:
parent
62b75a8c72
commit
4baeb42a64
2 changed files with 43 additions and 16 deletions
|
|
@ -10,7 +10,7 @@ anyhow = "1.0.75"
|
|||
axum = { version = "0.6.20", features = ["headers"] }
|
||||
headers = "0.3"
|
||||
josekit = "0.8.3"
|
||||
jsonwebtoken = "8.3.0"
|
||||
jsonwebtoken = "9.1.0"
|
||||
once_cell = "1.18.0"
|
||||
reqwest = { version = "0.11.20", features = ["json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue