From c9eba508adfe8f1b2f84da941cf494d0d613b9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:41:39 +0100 Subject: [PATCH] build(deps): bump wasm-bindgen from 0.2.91 to 0.2.92 (#1472) Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.91 to 0.2.92. - [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.91...0.2.92) --- updated-dependencies: - dependency-name: wasm-bindgen 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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ddb3d2a6eb..af846b404f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ pin-project = "1.1.4" # Light client wasm: web-sys = { version = "0.3.67", features = ["BinaryType", "CloseEvent", "MessageEvent", "WebSocket"] } -wasm-bindgen = "0.2.90" +wasm-bindgen = "0.2.92" send_wrapper = "0.6.0" js-sys = "0.3.69" wasm-bindgen-futures = "0.4.38"