From 3776086f276259268efdde3325c04e4036fba730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:44:35 +0000 Subject: [PATCH] Update leptos-use requirement from 0.8.0 to 0.10.1 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.1) --- 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..7112164 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.1" rand = { version = "0.8.5", default-features = false, features = ["getrandom"] } wasm-bindgen = "0.2.84"