From a5caa9c7ef0528a13529ab4f2805969f59346b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 11:39:31 +0000 Subject: [PATCH] Update gloo-timers requirement from 0.2.4 to 0.3.0 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/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/compare/gloo-timers-v0.2.5...0.3.0) --- updated-dependencies: - dependency-name: gloo-timers 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 94616e1..1ea0d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ sha2 = "0.10.1" thiserror = "1.0.23" [target.'cfg(target_arch = "wasm32")'.dependencies] -gloo-timers = { version = "0.2.4", features = ["futures"] } +gloo-timers = { version = "0.3.0", features = ["futures"] } instant = { version = "0.1", features = ["now", "wasm-bindgen"] } [dev-dependencies]