mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2025-12-11 23:50:07 +01:00
chore: dependency update
This commit is contained in:
parent
fd94b80069
commit
d87b7ef909
3 changed files with 526 additions and 747 deletions
|
|
@ -6,18 +6,18 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.79"
|
||||
axum = { version = "0.7.4" }
|
||||
anyhow = "1.0.83"
|
||||
axum = { version = "0.7.5" }
|
||||
headers = "0.4"
|
||||
josekit = "0.8.5"
|
||||
jsonwebtoken = "9.2.0"
|
||||
josekit = "0.8.6"
|
||||
jsonwebtoken = "9.3.0"
|
||||
once_cell = "1.19.0"
|
||||
reqwest = { version = "0.11.23", features = ["json"] }
|
||||
reqwest = { version = "0.12.4", features = ["json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0.56"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
tower-http = { version = "0.5.1", features = ["trace"] }
|
||||
tracing = "0.1"
|
||||
thiserror = "1.0.60"
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
jwt-authorizer = { path = "../jwt-authorizer" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue