From 2276fbc516594baa42f5a64531e7430fc341776d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 09:43:45 +0100 Subject: [PATCH] Bump wasm-bindgen-futures from 0.4.37 to 0.4.38 (#1258) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.37 to 0.4.38. - [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 b07ccb3fe7..ec234a2f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4933,9 +4933,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 9c21b5c5d6..0b8dc4d83e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ web-sys = { version = "0.3.61", features = ["BinaryType", "CloseEvent", "Message wasm-bindgen = "0.2.88" send_wrapper = "0.6.0" js-sys = "0.3.65" -wasm-bindgen-futures = "0.4.19" +wasm-bindgen-futures = "0.4.38" futures-timer = "3" instant = { version = "0.1.12", default-features = false } tokio-util = "0.7.10"