chore: update gloo

This commit is contained in:
thesimplekid
2023-07-28 20:03:39 -04:00
parent 623e4cbf1a
commit dd3d028596

View File

@@ -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"] }