mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
use latest tokio in leptos_axum (#443)
This commit is contained in:
parent
98f51fec8a
commit
f698f8badd
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ leptos = { workspace = true, features = ["ssr"] }
|
|||
leptos_meta = { workspace = true, features = ["ssr"] }
|
||||
leptos_router = { workspace = true, features = ["ssr"] }
|
||||
leptos_config = { workspace = true }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
parking_lot = "0.12.1"
|
||||
|
|
Loading…
Reference in a new issue