From 90a01364f9b62ed58bd2595ce32d4d6349e43b5d Mon Sep 17 00:00:00 2001 From: luoxiao Date: Wed, 17 Jan 2024 10:01:29 +0800 Subject: [PATCH] feat: update leptos to v0.5.6 --- demo/Cargo.toml | 6 +++--- thaw/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 11899f1..68a0056 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.5.5" } -leptos_meta = { version = "0.5.5" } -leptos_router = { version = "0.5.5" } +leptos = { version = "0.5.6" } +leptos_meta = { version = "0.5.6" } +leptos_router = { version = "0.5.6" } leptos_devtools = { version = "0.0.1", optional = true} thaw = { path = "../thaw", default-features = false } icondata = { version = "0.1.0", features = [ diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index a9a1b72..11dbc0d 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.5.5" } -leptos_meta = { version = "0.5.5", optional = true } +leptos = { version = "0.5.6" } +leptos_meta = { version = "0.5.6", optional = true } web-sys = { version = "0.3.63", features = [ "DomRect", "File",