From 2549e28772eb8338b8e05b1910f31249d865592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20=C5=A0=C5=A5astn=C3=BD?= Date: Tue, 15 Nov 2022 02:17:17 +0100 Subject: [PATCH] Update gloo to the latest version (#22) --- crates/yew-hooks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/yew-hooks/Cargo.toml b/crates/yew-hooks/Cargo.toml index e0d3992..db86551 100644 --- a/crates/yew-hooks/Cargo.toml +++ b/crates/yew-hooks/Cargo.toml @@ -17,7 +17,7 @@ documentation = "https://docs.rs/yew-hooks/" [dependencies] log = "0.4" yew = { git = "https://github.com/yewstack/yew", features=["csr"] } -gloo = "0.7" +gloo = "0.8" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" serde = "1"