From 8e57836e8045d31965f08b47a0d33e025e0e4b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:31:06 +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.118...0.2.122) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.122 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 df41730..6add513 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.118", optional = true } +wasm-bindgen = { version = "=0.2.122", 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 }