Skip to content

Commit

Permalink
Update leptos requirement from 0.5.1 to 0.6.3
Browse files Browse the repository at this point in the history
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](leptos-rs/leptos@v0.5.1...v0.6.3)

---
updated-dependencies:
- dependency-name: leptos
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent e6ffb5e commit f5ee9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ derive_more = "0.99.17"
getrandom = { version = "0.2.8", features = ["js"] }
gloo-events = "0.2.0"
gloo-utils = "0.2.0"
leptos = { version = "0.5.1", features = ["csr"] }
leptos = { version = "0.6.3", features = ["csr"] }
leptos-use = "0.8.0"
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
wasm-bindgen = "0.2.84"
Expand Down

0 comments on commit f5ee9c7

Please sign in to comment.