From cba0d26b99d9b692540cff6ec21aa0c406ee9a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:19:29 +0300 Subject: [PATCH] build(deps): bump wasm-bindgen-futures from 0.4.42 to 0.4.43 (#1727) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.42 to 0.4.43. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61426c55fe..46f94ca9d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5796,9 +5796,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 304cbe0351..3637eb4ebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ web-sys = { version = "0.3.70", features = ["BinaryType", "CloseEvent", "Message wasm-bindgen = "0.2.93" send_wrapper = "0.6.0" js-sys = "0.3.70" -wasm-bindgen-futures = "0.4.42" +wasm-bindgen-futures = "0.4.43" futures-timer = "3" instant = { version = "0.1.13", default-features = false } tokio-util = "0.7.11"