From 54c12d01c3c8dba275ec5be220ed2850752bc35d Mon Sep 17 00:00:00 2001 From: Yiannis Marangos Date: Tue, 4 Jun 2024 15:05:46 +0300 Subject: [PATCH] chore: Upgrade WASM dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8bc3472..d62688a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ Timeouts for futures. """ [dependencies] -gloo-timers = { version = "0.2.0", features = ["futures"], optional = true } -send_wrapper = { version = "0.4.0", optional = true } +gloo-timers = { version = "0.3.0", features = ["futures"], optional = true } +send_wrapper = { version = "0.6.0", optional = true } [dev-dependencies] async-std = { version = "1.0.1", features = ["attributes"] }