From cb4e71f9bab561c6ab67fbd66f5e06274b528afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:50:44 +0000 Subject: [PATCH] Update leptos-use requirement from 0.8.0 to 0.10.3 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](https://github.com/Synphonyte/leptos-use/compare/v0.8.0...v0.10.3) --- updated-dependencies: - dependency-name: leptos-use dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55b5f9a..3d529c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"