From e1e3853ac34bd4cbb63bf879a42b7e4a665ef1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 12:33:49 +0000 Subject: [PATCH] Update wasm-bindgen requirement from =0.2.79 to =0.2.89 Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.79...0.2.89) --- updated-dependencies: - dependency-name: wasm-bindgen 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 beeb859..a750b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ getrandom = { version = "0.2", features = ["js"] } # WASM wasm-bindgen-rayon = {version = "1.0.3", features = ["no-bundler"], optional = true} -wasm-bindgen = {version = "=0.2.79", optional = true} +wasm-bindgen = {version = "=0.2.89", optional = true} serde-wasm-bindgen = {version = "0.4", optional = true} web-sys = { version = "0.3", features = ['Performance'], optional = true }