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

This commit is contained in:
2025-11-13 04:10:33 +00:00
parent 3f0e614d3e
commit 410bc8330e
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ leptos_router = { version = "*" }
log = "0.4"
simple_logger = "4"
thiserror = "1"
axum = { version = "0.6.1", optional = true }
axum = { version = "0.8.0", optional = true }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.3.4", features = ["fs"], optional = true }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }