From 3bb1d11f8c5024b8eb0da6d841c6e1a526134c7c Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 28 Aug 2024 18:37:34 -0700 Subject: [PATCH] leptos version bump --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bf569e..d707d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,14 +27,14 @@ bincode = "1.3.3" chrono = { version = "0.4.24", features = ["serde"] } futures = "0.3.28" headers = "0.4.0" -leptos = { version = "0.6.1", features = [ +leptos = { version = "0.6.14", features = [ "ssr", "nightly", "tracing", "default-tls", ] } -leptos_meta = { version = "0.6.1", features = ["ssr"] } -leptos_router = { version = "0.6.1", features = ["ssr"] } +leptos_meta = { version = "0.6.14", features = ["ssr"] } +leptos_router = { version = "0.6.14", features = ["ssr"] } rand = { version = "0.8.5", features = ["small_rng"] } reqwest = { version = "0.12.7", features = ["json", "native-tls", "blocking"] } sanitize-filename-reader-friendly = "2.2.1"