From 33cdc9af80cc0b17df50af35e1815f9dbf76d657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:03:36 +0000 Subject: [PATCH] Update gloo requirement from 0.2.1 to 0.8.0 Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Commits](https://github.com/rustwasm/gloo/commits/0.8.0) --- updated-dependencies: - dependency-name: gloo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/yew-router/Cargo.toml | 2 +- packages/yew-services/Cargo.toml | 2 +- packages/yew/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/yew-router/Cargo.toml b/packages/yew-router/Cargo.toml index 24a0d228211..1d7f71d53ed 100644 --- a/packages/yew-router/Cargo.toml +++ b/packages/yew-router/Cargo.toml @@ -17,7 +17,7 @@ yew-router-macro = { path = "../yew-router-macro" } wasm-bindgen = "0.2" js-sys = "0.3" weblog = "0.3.0" -gloo = "0.2.1" +gloo = "0.8.0" route-recognizer = "0.3.0" serde = "1.0" serde_urlencoded = "0.7" diff --git a/packages/yew-services/Cargo.toml b/packages/yew-services/Cargo.toml index 3e905614137..b634c381a55 100644 --- a/packages/yew-services/Cargo.toml +++ b/packages/yew-services/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1" -gloo = "0.2.1" +gloo = "0.8.0" http = "0.2" js-sys = "0.3" serde = { version = "1.0", features = ["derive"] } diff --git a/packages/yew/Cargo.toml b/packages/yew/Cargo.toml index 560d12a0f18..92e474b513c 100644 --- a/packages/yew/Cargo.toml +++ b/packages/yew/Cargo.toml @@ -19,7 +19,7 @@ description = "A framework for making client-side single-page apps" anyhow = "1" anymap = "0.12" console_error_panic_hook = "0.1" -gloo = "0.2.1" +gloo = "0.8.0" http = "0.2" indexmap = { version = "1.5", features = ["std"] } js-sys = "0.3"