From 61706c2df839e1e77db7d794e50f40f6b0c015af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:41:14 +0000 Subject: [PATCH] Update Rust crate leptos to v0.7.0 --- pkgs/web-gen-api-axum/Cargo.toml | 2 +- pkgs/web-gen-api/Cargo.toml | 2 +- pkgs/web-gen/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/web-gen-api-axum/Cargo.toml b/pkgs/web-gen-api-axum/Cargo.toml index 2bf8acc4..17add2cb 100755 --- a/pkgs/web-gen-api-axum/Cargo.toml +++ b/pkgs/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.7", 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/pkgs/web-gen-api/Cargo.toml b/pkgs/web-gen-api/Cargo.toml index b8d4e3fb..55cfed53 100755 --- a/pkgs/web-gen-api/Cargo.toml +++ b/pkgs/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.7", 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/pkgs/web-gen/Cargo.toml b/pkgs/web-gen/Cargo.toml index 0147730b..dc1dafa8 100755 --- a/pkgs/web-gen/Cargo.toml +++ b/pkgs/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.7.0", features = ["csr", "nightly"] } leptos_router = "0.4.5" rand = "0.8.5" serde = { version = "1.0.174", features = ["derive"] }