Skip to content

Commit

Permalink
Update leptos-use requirement from 0.8.0 to 0.10.3
Browse files Browse the repository at this point in the history
Updates the requirements on [leptos-use](https://github.com/Synphonyte/leptos-use) to permit the latest version.
- [Release notes](https://github.com/Synphonyte/leptos-use/releases)
- [Changelog](https://github.com/Synphonyte/leptos-use/blob/main/CHANGELOG.md)
- [Commits](Synphonyte/leptos-use@v0.8.0...v0.10.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent e6ffb5e commit cb4e71f
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 @@ -13,7 +13,7 @@ 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-use = "0.8.0"
leptos-use = "0.10.3"
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
wasm-bindgen = "0.2.84"

Expand Down

0 comments on commit cb4e71f

Please sign in to comment.