build(deps): bump wasm-bindgen from 0.2.92 to 0.2.93 (#1713)

* build(deps): bump wasm-bindgen from 0.2.92 to 0.2.93

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.92 to 0.2.93.
- [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/compare/0.2.92...0.2.93)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* cargo update -p wasm-bindgen

* update Cargo.lock

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
dependabot[bot]
2024-08-20 11:23:54 +02:00
committed by GitHub
parent fb1ca92a31
commit 02ab50eee8
3 changed files with 766 additions and 561 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ pin-project = "1.1.5"
# Light client wasm:
web-sys = { version = "0.3.69", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket"] }
wasm-bindgen = "0.2.92"
wasm-bindgen = "0.2.93"
send_wrapper = "0.6.0"
js-sys = "0.3.69"
wasm-bindgen-futures = "0.4.42"