update deps
This commit is contained in:
parent
10f1b986ec
commit
e5c14fc1f8
2 changed files with 332 additions and 292 deletions
617
Cargo.lock
generated
617
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,10 +10,7 @@ opt-level = 'z'
|
|||
panic = "abort"
|
||||
|
||||
[workspace.dependencies]
|
||||
leptos = { version = "0.6", features = [
|
||||
"nightly",
|
||||
"experimental-islands",
|
||||
] }
|
||||
leptos = { version = "0.6", features = ["nightly", "experimental-islands"] }
|
||||
leptos_axum = { version = "0.6", features = ["experimental-islands"] }
|
||||
leptos_meta = { version = "0.6", features = ["nightly"] }
|
||||
leptos_router = { version = "0.6", features = ["nightly"] }
|
||||
|
@ -25,7 +22,7 @@ thiserror = "1"
|
|||
tokio = { version = "1", features = ["full"] }
|
||||
tower = { version = "0.4", features = ["full"] }
|
||||
tower-http = { version = "0.5", features = ["fs"] }
|
||||
wasm-bindgen = "0.2.92"
|
||||
wasm-bindgen = "0.2"
|
||||
|
||||
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue