From 7deb64ab0e8b41972844c631c39502ee53581d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 04:42:30 +0000 Subject: [PATCH] Update gloo-timers requirement from 0.3 to 0.4 Updates the requirements on [gloo-timers](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/compare/0.3.0...gloo-timers-v0.4.0) --- updated-dependencies: - dependency-name: gloo-timers dependency-version: 0.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]