mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: loosening deps
This commit is contained in:
parent
1203163b0c
commit
8f989bb80c
3 changed files with 165 additions and 211 deletions
|
|
@ -7,12 +7,12 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.64"
|
||||
axum = { version = "0.6.1", features = ["headers"] }
|
||||
axum = { version = "0.6.4", features = ["headers"] }
|
||||
headers = "0.3"
|
||||
josekit = "0.8.1"
|
||||
jsonwebtoken = "8.2.0"
|
||||
once_cell = "1.8"
|
||||
reqwest = { version = "0.11.11", features = ["json"] }
|
||||
reqwest = { version = "0.11.14", features = ["json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.34"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue