mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
Dependency Update
Updated dependencies: - tower-sessions to 0.13
This commit is contained in:
parent
9dd85a7703
commit
89c3a9ccb4
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ tokio = { version = "1.37", features = ["net", "macros", "rt-multi-thread"] }
|
|||
axum = "0.7"
|
||||
axum-oidc = { path = "./../.." }
|
||||
tower = "0.4"
|
||||
tower-sessions = "0.12"
|
||||
tower-sessions = "0.13"
|
||||
|
||||
dotenvy = "0.15"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue