From f5a20e18b2cc2b50bda62bf1c5adbe17a96ac413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:08:06 +0000 Subject: [PATCH] build(deps): update wasm-bindgen requirement in /bindings/javascript 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.105...0.2.106) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.106 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/javascript/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/javascript/Cargo.toml b/bindings/javascript/Cargo.toml index 98806e68..6848026a 100644 --- a/bindings/javascript/Cargo.toml +++ b/bindings/javascript/Cargo.toml @@ -26,7 +26,7 @@ napi = { version = "2.16.0", default-features = false, features = ["napi4"] } napi-derive = "2.16.0" [target.'cfg(target_arch = "wasm32")'.dependencies] -wasm-bindgen = "=0.2.105" +wasm-bindgen = "=0.2.106" serde-wasm-bindgen = "0.6" getrandom = { version = "0.3.0", features = ["wasm_js"] } serde = { version = "1", features = ["derive"], default-features = false }