v0.4.0 & dependency update

This commit is contained in:
Paul Zinselmeyer 2024-04-28 10:52:41 +02:00
parent 88aed8e903
commit 43406661f6
Signed by: pfzetto
GPG key ID: B471A1AF06C895FD
2 changed files with 8 additions and 8 deletions

View file

@ -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"