summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-05-10 11:56:30 +0100
committerLibravatar cel 🌸 <cel@bunny.garden>2025-05-10 11:56:30 +0100
commitb02e0443050a8def03500bc8bf6729b9c03aebfd (patch)
treec97675a547af0c4c8b6263c6598e0d7d58f98c47 /Cargo.toml
parentd7990fcda22323ad0de3535c33c601d22457e69f (diff)
downloadmacaw-web-b02e0443050a8def03500bc8bf6729b9c03aebfd.tar.gz
macaw-web-b02e0443050a8def03500bc8bf6729b9c03aebfd.tar.bz2
macaw-web-b02e0443050a8def03500bc8bf6729b9c03aebfd.zip
chore: update leptos to 0.8.2scale
Diffstat (limited to '')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2ef76c..658b573 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,11 +15,11 @@ filamento = { path = "../luz/filamento", features = [
futures = "0.3.31"
indexmap = "2.9.0"
jid = { path = "../luz/jid" }
-leptos = { version = "0.7.5", features = ["csr"] }
-leptos-use = "0.15.7"
-leptos_meta = "0.7.8"
-leptos_reactive = { version = "0.6.15", features = ["csr"] }
-reactive_stores = "0.1.8"
+leptos = { version = "0.8.2", features = ["csr"] }
+# leptos-use = "0.15.7"
+# leptos_meta = "0.7.8"
+# leptos_reactive = { version = "0.6.15", features = ["csr"] }
+reactive_stores = "0.2.2"
serde = "1.0.219"
stylance = "0.6.0"
thiserror = "2.0.12"