From b6ce23ea20eb27a30a6059ab43c9aa09a38c4db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 21:04:47 +0000 Subject: [PATCH] chore(deps): bump wasm-bindgen in /playground/wasm Bumps [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) from 0.2.120 to 0.2.121. - [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.120...0.2.121) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.121 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- playground/wasm/Cargo.lock | 16 ++++++++-------- playground/wasm/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/playground/wasm/Cargo.lock b/playground/wasm/Cargo.lock index e01c417..3480c23 100644 --- a/playground/wasm/Cargo.lock +++ b/playground/wasm/Cargo.lock @@ -132,9 +132,9 @@ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" [[package]] name = "wasm-bindgen" -version = "0.2.120" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1" +checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" dependencies = [ "cfg-if", "once_cell", @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.120" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103" +checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.120" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41" +checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" dependencies = [ "bumpalo", "proc-macro2", @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.120" +version = "0.2.121" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea" +checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" dependencies = [ "unicode-ident", ] diff --git a/playground/wasm/Cargo.toml b/playground/wasm/Cargo.toml index 1fe4b01..324275a 100644 --- a/playground/wasm/Cargo.toml +++ b/playground/wasm/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] js-semver = { path = "../.." } serde = { version = "^1.0.220", features = ["derive"] } serde_json = "^1" -wasm-bindgen = "^0.2.120" +wasm-bindgen = "^0.2.121" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz", "--enable-bulk-memory"]