From ca5c9ee092e8cb378f34309b1cbd6b16e91c2b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:59:29 +0000 Subject: [PATCH] chore(deps): update leptos-use requirement in the deps group Updates the requirements on [leptos-use](https://github.com/Synphonyte/leptos-use) to permit the latest version. Updates `leptos-use` to 0.11.0 - [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.10.0...v0.11.0) --- updated-dependencies: - dependency-name: leptos-use dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3f425d..5fd4ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ getrandom = { version = "0.2", features = ["js"] } gloo-events = "0.2" gloo-utils = "0.2" leptos = { version = "0.6", features = ["csr"] } -leptos-use = "0.10" +leptos-use = "0.11" rand = { version = "0.8", default-features = false, features = ["getrandom"] } yew = { version = "0.21", features = ["csr"], optional = true } wasm-bindgen = "0.2.92"