From d8cef3f14ae30f7529c1e88d6436d69717fca5fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 06:03:08 +0000 Subject: [PATCH] Update gloo requirement from 0.2.1 to 0.3.0 Updates the requirements on [gloo](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/commits/0.3.0) Signed-off-by: dependabot-preview[bot] --- afterglow/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afterglow/Cargo.toml b/afterglow/Cargo.toml index 616ec92..24588aa 100644 --- a/afterglow/Cargo.toml +++ b/afterglow/Cargo.toml @@ -22,7 +22,7 @@ wasm-bindgen-futures = "0.4.18" async-std = {version = "1.6.5", features = ["unstable"]} async-trait = "0.1.41" futures = "0.3.7" -gloo = "0.2.1" +gloo = "0.3.0" js-sys = "0.3.45" log = "0.4.11" @@ -32,5 +32,5 @@ version = "0.3.45" [dev-dependencies] femme = "2.1.1" -gloo = "0.2.1" +gloo = "0.3.0" wasm-bindgen-test = "0.3.18"