From 5dcb17fa45ad127abcb237221873e2f19ec7e5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 21:14:02 +0000 Subject: [PATCH] build(deps): update wasm-bindgen requirement from =0.2.106 to =0.2.120 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.120) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.120 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 a8039d1..cb50062 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ image = { version = "0.25.10", default-features = false, features = ["gif", "jpe serde = { version = "1.0.228", features = ["derive"] } serde-wasm-bindgen = "0.6.5" thumbhash = "0.1.0" -wasm-bindgen = { version = "=0.2.106", features = ["serde-serialize"] } +wasm-bindgen = { version = "=0.2.120", features = ["serde-serialize"] } xxhash-rust = { version = "0.8.15", features = ["xxh3", "const_xxh3"] } [profile.release]