From 9e628e9763ce63d2c548527ff2b4b3324375033e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 13:17:56 +0000 Subject: [PATCH] chore(deps): bump leptos_router from 0.8.12 to 0.8.13 Bumps [leptos_router](https://github.com/leptos-rs/leptos) from 0.8.12 to 0.8.13. - [Release notes](https://github.com/leptos-rs/leptos/releases) - [Commits](https://github.com/leptos-rs/leptos/compare/v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: leptos_router dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0294397..3fed5f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4760,9 +4760,9 @@ dependencies = [ [[package]] name = "leptos_router" -version = "0.8.12" +version = "0.8.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35058d4096407b8369843b5b5d227588dfd57ecc9e9bda0567523f084dce69e8" +checksum = "c15158449162e099e2273442f7fd9b924f5cefd935d52af5755ec62aa819fa52" dependencies = [ "any_spawner", "either_of", diff --git a/Cargo.toml b/Cargo.toml index 2d54419..c595b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ js-sys = "0.3.91" jsonschema = "0.45.0" leptos = { version = "0.8.17", default-features = false } leptos_meta = { version = "0.8.6", default-features = false } -leptos_router = { version = "0.8.12", default-features = false } +leptos_router = { version = "0.8.13", default-features = false } memvid-core = { version = "2.0.138", default-features = false } nu-ansi-term = { version = "0.50.3", default-features = false } nu-protocol = { version = "0.110.0", default-features = false }