From 4703c1545b05fd898cdb82a8d97e8724b76235d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:51:41 +0000 Subject: [PATCH] chore(deps): update leptos requirement from 0.7.7 to 0.8.13 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.13) --- updated-dependencies: - dependency-name: leptos dependency-version: 0.8.13 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..34589ec 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.13", optional = true } [features] yew = ["dep:yew", "gloo"]