fix(deps): update axum monorepo
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2025-11-26 04:16:33 +00:00
parent 10f899f89a
commit 1c75dabaa7
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ async-trait = "0.1.68"
async-graphql = { version = "5.0.9", features = ["uuid"] }
async-graphql-axum = "5.0.9"
axum = { version = "0.6.18", features = ["headers", "macros"] }
axum-extra = { version = "0.7.4", features = ["cookie", "cookie-private"] }
axum = { version = "0.8.0", features = ["headers", "macros"] }
axum-extra = { version = "0.12.0", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "0.5.0" }
async-sqlx-session = { version = "0.4.0", features = ["pg"] }