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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-26 11:19:29 +03:00
committed by GitHub
parent 415aae54c2
commit cba0d26b99
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"