diff --git a/Cargo.toml b/Cargo.toml index 8d5676f..0c404c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ pinned = "0.1.0" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = "0.4" -gloo = "0.8" +gloo = "0.10" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] num_cpus = "1.13"