Compare commits

..

1 Commits

Author SHA1 Message Date
5093aefd62 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-01-02 01:20:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ async-trait = "0.1.68"
async-graphql = { version = "7.0.0", features = ["uuid"] }
async-graphql-axum = "7.0.0"
axum = { version = "0.7.0", features = ["headers", "macros"] }
axum-extra = { version = "0.9.0", features = ["cookie", "cookie-private"] }
axum = { version = "0.8.0", features = ["headers", "macros"] }
axum-extra = { version = "0.10.0", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "0.6.0" }
async-sqlx-session = { version = "0.4.0", features = ["pg"] }

View File

@ -19,7 +19,7 @@ leptos_router = { version = "*" }
log = "0.4"
simple_logger = "5"
thiserror = "2"
axum = { version = "0.7.0", optional = true }
axum = { version = "0.8.0", optional = true }
tower = { version = "0.5.0", optional = true }
tower-http = { version = "0.6.0", features = ["fs"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }