Skip to content

Commit 2fe16f3

Browse files
committed
chore: update leptos
1 parent b5ba939 commit 2fe16f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ crate-type = ["cdylib", "rlib"]
99
[dependencies]
1010
axum = { version = "0.8", optional = true, features = ["macros"] }
1111
console_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"] }
1616
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
1717
tower = { version = "0.5.1", optional = true }
1818
tower-http = { version = "0.6.2", features = [

0 commit comments

Comments
 (0)