From 95ebd891189bd1e9415df77cc951bb1df2f337e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:21:58 +0000 Subject: [PATCH] chore(deps): update leptos requirement from 0.7.7 to 0.8.14 Updates the requirements on [leptos](https://github.com/leptos-rs/leptos) to permit the latest version. - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](https://github.com/leptos-rs/leptos/compare/v0.7.7...v0.8.14) --- updated-dependencies: - dependency-name: leptos dependency-version: 0.8.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 535b534..98a95b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ wasm-bindgen = "0.2.99" web-sys = { version = "0.3.76", features = ["Window"] } yew = { version = "0.21.0", default-features = false, optional = true } dioxus = { version = "0.6.3", optional = true } -leptos = { version = "0.7.7", optional = true } +leptos = { version = "0.8.14", optional = true } [features] yew = ["dep:yew", "gloo"]