diff --git a/Cargo.toml b/Cargo.toml index e356aa9..99a7a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anymap2 = "0.13" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen-futures = { version = "0.4.37" } instant = { version = "0.1", features = ["wasm-bindgen"] } -gloo-timers = { version = "0.3", features = ["futures"] } +gloo-timers = { version = "0.4", features = ["futures"] } send_wrapper = { version = "0.6", features = ["futures"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]