From 3f2100d7cfded6606ebe61dbeef8a3cb2efb7b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:14:46 +0000 Subject: [PATCH] chore(deps): update wasm-bindgen requirement from =0.2.122 to =0.2.125 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.122...0.2.125) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.125 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6abe6cc8..4265e600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ smallvec = "1" # WASM serde-wasm-bindgen = "0.6" tsify = {version = "0.5", features = ["js"]} -wasm-bindgen = "=0.2.122" # Pinned: must match wasm-bindgen-cli in CI +wasm-bindgen = "=0.2.125" # Pinned: must match wasm-bindgen-cli in CI # Testing proptest = "1"