From dd33f348b6eb88eddae6372bea57833e4dd55b20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:56:05 +0000 Subject: [PATCH] Update leptos requirement from 0.6.13 to 0.7.0 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.6.13...v0.7.0) --- updated-dependencies: - dependency-name: leptos dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- viewr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewr/Cargo.toml b/viewr/Cargo.toml index 6090738..a98d88c 100644 --- a/viewr/Cargo.toml +++ b/viewr/Cargo.toml @@ -14,7 +14,7 @@ path = "src/viewr.rs" [dependencies] data_model = { path = "../data_model" } console_error_panic_hook = "0.1.7" -leptos = { version = "0.6.13", features = ["csr"] } +leptos = { version = "0.7.0", features = ["csr"] } leptos_router = { version = "0.6.13", features = ["csr"] } reqwasm = "0.5" serde = { version = "1", features = ["derive"] }