From c4e2034df512306bba7f3a1fdfe5411ec32d2d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:09:37 +0000 Subject: [PATCH] Update gloo-utils requirement from 0.1 to 0.2 Updates the requirements on [gloo-utils](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-utils-v0.1.6...0.2.0) --- updated-dependencies: - dependency-name: gloo-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bui-demo/frontend_seed/Cargo.toml | 2 +- bui-demo/frontend_yew/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bui-demo/frontend_seed/Cargo.toml b/bui-demo/frontend_seed/Cargo.toml index 63808e0..ad0814e 100644 --- a/bui-demo/frontend_seed/Cargo.toml +++ b/bui-demo/frontend_seed/Cargo.toml @@ -16,5 +16,5 @@ serde = "1.0.85" serde_json = "1.0.39" bui-demo-data = {path="../bui-demo-data"} futures = "0.3" -gloo-utils = "0.1" +gloo-utils = "0.2" gloo-console = "0.2.3" diff --git a/bui-demo/frontend_yew/Cargo.toml b/bui-demo/frontend_yew/Cargo.toml index 1bff308..ef67945 100644 --- a/bui-demo/frontend_yew/Cargo.toml +++ b/bui-demo/frontend_yew/Cargo.toml @@ -14,7 +14,7 @@ js-sys = "0.3" log = "0.4" wasm-logger = "0.2.0" gloo-events = "0.1.1" -gloo-utils = "0.1" +gloo-utils = "0.2" serde_json = "1" wasm-bindgen-futures = "0.4"