Compare commits

..

1 Commits

Author SHA1 Message Date
94f0a6016f fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-02 01:21:33 +00:00

View File

@ -27,7 +27,7 @@ leptos_router = { version = "*" }
log = "0.4"
simple_logger = "5"
thiserror = "2"
axum = { version = "0.7.5", 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 }