From c12118874c52c6ad19386211b1f7627bec59aac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:20:33 +0000 Subject: [PATCH] build(deps): update leptos requirement from 0.7.7 to 0.8.9 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.9) --- updated-dependencies: - dependency-name: leptos dependency-version: 0.8.9 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..38cd1e0 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.9", optional = true } [features] yew = ["dep:yew", "gloo"]