From 97a3cdac7bf0a758c8ff4c2322934cd6b9fab0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:09:04 +0000 Subject: [PATCH] Update gloo-events requirement from 0.1.1 to 0.2.0 Updates the requirements on [gloo-events](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/compare/gloo-history-v0.1.2...0.2.0) --- updated-dependencies: - dependency-name: gloo-events dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bui-demo/frontend_yew/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bui-demo/frontend_yew/Cargo.toml b/bui-demo/frontend_yew/Cargo.toml index 1bff308..1cd23cd 100644 --- a/bui-demo/frontend_yew/Cargo.toml +++ b/bui-demo/frontend_yew/Cargo.toml @@ -13,7 +13,7 @@ wasm-bindgen = "^0.2" js-sys = "0.3" log = "0.4" wasm-logger = "0.2.0" -gloo-events = "0.1.1" +gloo-events = "0.2.0" gloo-utils = "0.1" serde_json = "1" wasm-bindgen-futures = "0.4"