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]