From 786860c38dd0047b05b033dcebc6012b2b822001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:36:57 +0000 Subject: [PATCH] chore(deps): update wasm-bindgen requirement in /core Updates the requirements on [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/compare/0.2.106...0.2.118) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.118 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 73495341..df417309 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -24,7 +24,7 @@ bytes = { version = "1.5", optional = true } base64 = { version = "0.22", optional = true } # WASM support -wasm-bindgen = { version = "=0.2.106", optional = true } +wasm-bindgen = { version = "=0.2.118", optional = true } web-sys = { version = "0.3", optional = true } js-sys = { version = "0.3", optional = true } console_error_panic_hook = { version = "0.1", optional = true }