소스 검색

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