From 2dec7bc67b1ac6d5500fddb7498c3032f1d9ceb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:11:11 +0000 Subject: [PATCH] build(deps): update leptos requirement from 0.7.7 to 0.8.12 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.12) --- updated-dependencies: - dependency-name: leptos dependency-version: 0.8.12 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 0425aaf..c251c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ web-sys = { version = "0.3.76", features = ["Window", "ScrollToOptions", "Scroll gloo = { version = "0.11.0", features = ["utils"], optional = true } 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.12", optional = true } [features] yew = ["dep:yew", "gloo"]