chore(demo-server): update jsonwebtoken 8.3.0 -> 9.1.0

This commit is contained in:
cduvray 2023-11-11 09:43:56 +01:00
parent 62b75a8c72
commit 4baeb42a64
2 changed files with 43 additions and 16 deletions

View file

@ -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"] }