Skip to content

Commit d5e9f90

Browse files
committed
chore: gloo from 0.11 to 0.12
1 parent 05d89ca commit d5e9f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pinned = "0.1.0"
2121

2222
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
2323
wasm-bindgen-futures = { version = "0.4" }
24-
gloo = { version = "0.11" }
24+
gloo = { version = "0.12" }
2525

2626
[target.'cfg(any(not(target_arch = "wasm32"), target_os = "wasi"))'.dependencies]
2727
tokio = { version = "1.35", features = ["rt", "time"] }

0 commit comments

Comments
 (0)