From 96b1eb6bc07c498801fd9e62c021d25966a28cd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 19:35:57 +0000 Subject: [PATCH] chore(deps): update rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05ec9250..19a5b1f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ serde_json = "1.0" toml = "0.9.8" # WASM utilities -gloo-timers = { version = "0.3", features = ["futures"] } +gloo-timers = { version = "0.4", features = ["futures"] } [profile.release] opt-level = 3