mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
v0.4.0 & dependency update
This commit is contained in:
parent
88aed8e903
commit
43406661f6
2 changed files with 8 additions and 8 deletions
|
|
@ -6,10 +6,10 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.36.0", features = ["net", "macros", "rt-multi-thread"] }
|
||||
axum = "0.7.4"
|
||||
tokio = { version = "1.37", features = ["net", "macros", "rt-multi-thread"] }
|
||||
axum = "0.7"
|
||||
axum-oidc = { path = "./../.." }
|
||||
tower = "0.4.13"
|
||||
tower-sessions = "0.11.0"
|
||||
tower = "0.4"
|
||||
tower-sessions = "0.12"
|
||||
|
||||
dotenvy = "0.15.7"
|
||||
dotenvy = "0.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue