diff --git a/sources/web-gen-api-axum/Cargo.toml b/sources/web-gen-api-axum/Cargo.toml index 2bf8acc4..c977dc75 100755 --- a/sources/web-gen-api-axum/Cargo.toml +++ b/sources/web-gen-api-axum/Cargo.toml @@ -11,7 +11,7 @@ axum = { version = "0.6.4", optional = true } console_error_panic_hook = "0.1" console_log = "1" cfg-if = "1" -leptos = { version = "0.4", features = ["nightly"] } +leptos = { version = "0.5", features = ["nightly"] } leptos_axum = { version = "0.4", optional = true } leptos_meta = { version = "0.4", features = ["nightly"] } leptos_router = { version = "0.4", features = ["nightly"] } diff --git a/sources/web-gen-api/Cargo.toml b/sources/web-gen-api/Cargo.toml index b8d4e3fb..47822a80 100755 --- a/sources/web-gen-api/Cargo.toml +++ b/sources/web-gen-api/Cargo.toml @@ -12,7 +12,7 @@ actix-web = { version = "4", optional = true, features = ["macros"] } console_error_panic_hook = "0.1" cfg-if = "1" http = { version = "0.2", optional = true } -leptos = { version = "0.4", features = ["nightly"] } +leptos = { version = "0.5", features = ["nightly"] } leptos_meta = { version = "0.4", features = ["nightly"] } leptos_actix = { version = "0.4", optional = true } leptos_router = { version = "0.4", features = ["nightly"] } diff --git a/sources/web-gen/Cargo.toml b/sources/web-gen/Cargo.toml index 0147730b..c4d8bba7 100755 --- a/sources/web-gen/Cargo.toml +++ b/sources/web-gen/Cargo.toml @@ -12,7 +12,7 @@ color-eyre = "0.6.2" futures = "0.3.28" irust = "1.70.0" js-sys = "0.3.64" -leptos = { version = "0.4.5", features = ["csr", "nightly"] } +leptos = { version = "0.5.5", features = ["csr", "nightly"] } leptos_router = "0.4.5" rand = "0.8.5" serde = { version = "1.0.174", features = ["derive"] }