From 4d0adf61aca20fe34516991b9264f2d709a06412 Mon Sep 17 00:00:00 2001 From: luoxiaozero <48741584+luoxiaozero@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:02:12 +0800 Subject: [PATCH] feat: update leptos to v0.6.7 (#126) --- demo/Cargo.toml | 6 +++--- examples/ssr_axum/Cargo.toml | 8 ++++---- thaw/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 45cd7ef..4bdaab0 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.5" } -leptos_meta = { version = "0.6.5" } -leptos_router = { version = "0.6.5" } +leptos = { version = "0.6.7" } +leptos_meta = { version = "0.6.7" } +leptos_router = { version = "0.6.7" } leptos_devtools = { version = "0.0.1", optional = true } thaw = { path = "../thaw" } demo_markdown = { path = "../demo_markdown" } diff --git a/examples/ssr_axum/Cargo.toml b/examples/ssr_axum/Cargo.toml index 655ce95..8ab5445 100644 --- a/examples/ssr_axum/Cargo.toml +++ b/examples/ssr_axum/Cargo.toml @@ -11,10 +11,10 @@ axum = { version = "0.7.4", optional = true } console_error_panic_hook = "0.1" console_log = "1" cfg-if = "1" -leptos = { version = "0.6.5" } -leptos_axum = { version = "0.6.5", optional = true } -leptos_meta = { version = "0.6.5" } -leptos_router = { version = "0.6.5" } +leptos = { version = "0.6.7" } +leptos_axum = { version = "0.6.7", optional = true } +leptos_meta = { version = "0.6.7" } +leptos_router = { version = "0.6.7" } log = "0.4" simple_logger = "4" tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true } diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index e5c7d3d..f3a890c 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -13,8 +13,8 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.5" } -leptos_meta = { version = "0.6.5", optional = true } +leptos = { version = "0.6.7" } +leptos_meta = { version = "0.6.7", optional = true } web-sys = { version = "0.3.67", features = [ "DomRect", "File",