From 5ca3e4f96a63cd82d2ac6a11b354d7971d5197bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 20:44:01 +0000 Subject: [PATCH] build(deps): update leptos requirement from 0.7.7 to 0.8.8 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.8) --- updated-dependencies: - dependency-name: leptos dependency-version: 0.8.8 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..59e6591 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.8", optional = true } [features] yew = ["dep:yew", "gloo"]