From 2f89a7feb6e37069cc95124f3c8c3aa5018315bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 04:09:30 +0000 Subject: [PATCH] Update gloo-console requirement from 0.2.3 to 0.3.0 Updates the requirements on [gloo-console](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-net-v0.2.5...0.3.0) --- updated-dependencies: - dependency-name: gloo-console dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bui-demo/frontend_seed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bui-demo/frontend_seed/Cargo.toml b/bui-demo/frontend_seed/Cargo.toml index 63808e0..430f865 100644 --- a/bui-demo/frontend_seed/Cargo.toml +++ b/bui-demo/frontend_seed/Cargo.toml @@ -17,4 +17,4 @@ serde_json = "1.0.39" bui-demo-data = {path="../bui-demo-data"} futures = "0.3" gloo-utils = "0.1" -gloo-console = "0.2.3" +gloo-console = "0.3.0"