From 409d5fb8af521f7e368b546ec95294e627071b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:18:14 +0000 Subject: [PATCH] chore(deps): bump gloo-timers from 0.2.6 to 0.3.0 Bumps [gloo-timers](https://github.com/rustwasm/gloo) from 0.2.6 to 0.3.0. - [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.6...0.3.0) --- updated-dependencies: - dependency-name: gloo-timers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e6446d7..25aedf0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,7 +576,7 @@ dependencies = [ "ethers", "eyre", "flate2", - "gloo-timers", + "gloo-timers 0.3.0", "helios", "hex", "iamgroot", @@ -2122,7 +2122,7 @@ dependencies = [ "execution", "eyre", "futures", - "gloo-timers", + "gloo-timers 0.2.6", "hex", "jsonrpsee 0.15.1", "parking_lot 0.11.2", @@ -3469,7 +3469,7 @@ version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" dependencies = [ - "gloo-timers", + "gloo-timers 0.2.6", "send_wrapper 0.4.0", ] @@ -3614,6 +3614,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "gloo-timers" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" +dependencies = [ + "futures-channel", + "futures-core", + "js-sys", + "wasm-bindgen", +] + [[package]] name = "gloo-utils" version = "0.1.7" diff --git a/Cargo.toml b/Cargo.toml index 38b961e3..378a9e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ cairo-lang-starknet-classes = { git = "https://github.com/sergey-melnychuk/cairo helios = { git = "https://github.com/sergey-melnychuk/helios", branch = "beerus-wasm", default-features = false, features = ["beerus-wasm"] } reqwest = { version = "0.12.3", default-features = false, features = ["json"] } -gloo-timers = { version = "0.2", features = ["futures"] } +gloo-timers = { version = "0.3", features = ["futures"] } [dev-dependencies]