From 2c988570abc345b9e22bb052a42a2104b67890c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:54:21 +0000 Subject: [PATCH] Update wasm-bindgen requirement from =0.2.79 to =0.2.88 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.88) --- 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..979cc3f 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.88", optional = true} serde-wasm-bindgen = {version = "0.4", optional = true} web-sys = { version = "0.3", features = ['Performance'], optional = true }