build(deps): bump wasm-bindgen from 0.2.89 to 0.2.90 (#1363)

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

---
updated-dependencies:
- dependency-name: wasm-bindgen
  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-01-15 09:12:03 +01:00
committed by GitHub
parent 36c25fbab6
commit 947616bfb6
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ pin-project = "1.1.3"
# Light client wasm:
web-sys = { version = "0.3.65", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket"] }
wasm-bindgen = "0.2.89"
wasm-bindgen = "0.2.90"
send_wrapper = "0.6.0"
js-sys = "0.3.66"
wasm-bindgen-futures = "0.4.38"