浏览代码

chore: update gloo

thesimplekid 1 年之前
父节点
当前提交
dd3d028596
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -35,7 +35,7 @@ log = "0.4.19"
 
 
 
 
 [target.'cfg(target_arch = "wasm32")'.dependencies]
 [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]
 [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
 minreq = { version = "2.7.0", optional = true, features = ["json-using-serde", "https"] }
 minreq = { version = "2.7.0", optional = true, features = ["json-using-serde", "https"] }