fix(deps): update rust crate axum to 0.8.0
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2025-03-25 23:38:26 +00:00
parent 678ec08491
commit f24ce063cc

View File

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