From caa6b5607cb20d93582a8904701b47906e2110ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:41:11 +0000 Subject: [PATCH] build(deps): bump wasm-bindgen-futures from 0.4.41 to 0.4.42 (#1483) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.41 to 0.4.42. - [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> Co-authored-by: Niklas Adolfsson --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8964f5f4f..36324ef1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5369,9 +5369,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" +checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index fed7f01acb..6473359b33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ web-sys = { version = "0.3.67", features = ["BinaryType", "CloseEvent", "Message wasm-bindgen = "0.2.92" send_wrapper = "0.6.0" js-sys = "0.3.69" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.42" futures-timer = "3" instant = { version = "0.1.12", default-features = false } tokio-util = "0.7.10"