From dd3d028596c0beff39d5c0161e8f73e820b2b00b Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Fri, 28 Jul 2023 20:03:39 -0400 Subject: [PATCH] chore: update gloo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b9d6c8..ad11e197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ log = "0.4.19" [target.'cfg(target_arch = "wasm32")'.dependencies] -gloo = { version = "0.8.1", features = ["net"]} +gloo = { version = "0.9.0", features = ["net"]} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] minreq = { version = "2.7.0", optional = true, features = ["json-using-serde", "https"] }