From 65a40f75876aca9b65f49e50b08ea16aca74186b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 16:11:51 +0000 Subject: [PATCH] chore(deps): bump the deps group across 1 directory with 2 updates Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) and [leptos-use](https://github.com/Synphonyte/leptos-use) to permit the latest version. Updates `derive_more` to 1.0.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v0.99.0...v1.0.0) Updates `leptos-use` to 0.11.4 - [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.4) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production dependency-group: deps - dependency-name: leptos-use dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3f425d..059755d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ repository = "https://github.com/noviga/lerni" include = ["src/**/*.rs", "examples/**/*.rs"] [dependencies] -derive_more = "0.99" +derive_more = "1.0" 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"