File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ crate-type = ["cdylib", "rlib"]
99[dependencies ]
1010axum = { version = " 0.8" , optional = true , features = [" macros" ] }
1111console_error_panic_hook = " 0.1"
12- leptos = { version = " 0.8.2 " , features = [" rustls" , " nightly" ] }
13- leptos_axum = { version = " 0.8.2 " , optional = true }
14- leptos_meta = { version = " 0.8.2 " }
15- leptos_router = { version = " 0.8.2 " , features = [" nightly" ] }
12+ leptos = { version = " 0.8.11 " , features = [" rustls" , " nightly" ] }
13+ leptos_axum = { version = " 0.8.6 " , optional = true }
14+ leptos_meta = { version = " 0.8.5 " }
15+ leptos_router = { version = " 0.8.9 " , features = [" nightly" ] }
1616tokio = { version = " 1" , features = [" rt-multi-thread" ], optional = true }
1717tower = { version = " 0.5.1" , optional = true }
1818tower-http = { version = " 0.6.2" , features = [
You can’t perform that action at this time.
0 commit comments