Skip to content

Commit

Permalink
build(deps): bump leptos_router from 0.5.7 to 0.6.11
Browse files Browse the repository at this point in the history
Bumps [leptos_router](https://github.com/leptos-rs/leptos) from 0.5.7 to 0.6.11.
- [Release notes](https://github.com/leptos-rs/leptos/releases)
- [Commits](https://github.com/leptos-rs/leptos/commits)

---
updated-dependencies:
- dependency-name: leptos_router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 70f7d90 commit d67b56c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
54 changes: 50 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ http = { version = "1.0", optional = true }
leptos = { version = "0.5.6", features = ["nightly"] }
leptos_meta = { version = "0.6.11", features = ["nightly"] }
leptos_actix = { version = "0.5.6", optional = true }
leptos_router = { version = "0.5.7", features = ["nightly"] }
leptos_router = { version = "0.6.11", features = ["nightly"] }
wasm-bindgen = "=0.2.90"
serde = { version = "1.0.196", features = ["derive"] }
web-sys = { version = "0.3.67", features = ["HtmlDocument", "Window", "Storage"] }
Expand Down

0 comments on commit d67b56c

Please sign in to comment.