chore: dipendencies updates

This commit is contained in:
cduvray 2024-01-20 14:53:46 +01:00
parent 5f71827bf2
commit 671f3cd388
3 changed files with 92 additions and 68 deletions

View file

@ -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.75"
axum = { version = "0.7.1" }
anyhow = "1.0.79"
axum = { version = "0.7.4" }
headers = "0.4"
josekit = "0.8.3"
jsonwebtoken = "9.1.0"
once_cell = "1.18.0"
reqwest = { version = "0.11.20", features = ["json"] }
josekit = "0.8.5"
jsonwebtoken = "9.2.0"
once_cell = "1.19.0"
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.47"
tokio = { version = "1.32.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["trace"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tower-http = { version = "0.5.1", features = ["trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
jwt-authorizer = { path = "../jwt-authorizer" }