From 04158e20b707795dc714c3b8814960e74c4f0d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 06:15:26 +0000 Subject: [PATCH] build(deps): bump gloo-timers from 0.3.0 to 0.4.0 Bumps [gloo-timers](https://github.com/rustwasm/gloo) from 0.3.0 to 0.4.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- examples/wasm-http-channels/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca406e33..620bae06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,9 +1220,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" +checksum = "482ce8a491a501da4cd806bd190275363d674f2845005c6ddbd5d3e1dd54495d" dependencies = [ "futures-channel", "futures-core", diff --git a/examples/wasm-http-channels/Cargo.toml b/examples/wasm-http-channels/Cargo.toml index 428e966b..9ec009ff 100644 --- a/examples/wasm-http-channels/Cargo.toml +++ b/examples/wasm-http-channels/Cargo.toml @@ -35,7 +35,7 @@ tokio = { version = "1.49.0", features = [ [target.'cfg(target_arch = "wasm32")'.dependencies] [dependencies] -gloo-timers = { version = "0.3.0", features = ["futures"] } +gloo-timers = { version = "0.4.0", features = ["futures"] } web-sys = { version = "0.3.77", features = ["console"] } # # for the server: